Commit e47c0fb6 authored by 蔡闯's avatar 蔡闯

2021

parent b0848ed5
......@@ -228,8 +228,8 @@ class Build extends Base
} else{
$data[$k]['hasChildren'] = false;
}
//查看当前是否是最后一级建筑
if($v['level'] == ($v['layout_level'])){
//查看当前是否是最后一级建筑(不是房间)
if($v['level'] == ($v['layout_level']-1)){
$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