Commit 99d20b99 authored by 蔡闯's avatar 蔡闯

1

parent 143f36ac
......@@ -229,7 +229,7 @@ class Build extends Base
$data[$k]['hasChildren'] = false;
}
//查看当前是否是最后一级建筑
if($v['level'] == ($v['layout_level']-1)){
if($v['level'] == ($v['layout_level'])){
$data[$k]['isEnd'] = true;
//获取建筑的物业编号
$code = [];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment