Commit 75c461d2 authored by 赵啸非's avatar 赵啸非

添加窗口大厅站点选项

parent 23bab394
...@@ -182,12 +182,12 @@ public class AreaServiceImpl extends AbstractCRUDCacheServiceImpl<AreaDao, AreaE ...@@ -182,12 +182,12 @@ public class AreaServiceImpl extends AbstractCRUDCacheServiceImpl<AreaDao, AreaE
rebuildList(areaTreeSelect); rebuildList(areaTreeSelect);
List<AreaTreeSelect> areaTreeSelectList = new ArrayList<>(); // List<AreaTreeSelect> areaTreeSelectList = new ArrayList<>();
areaTreeSelectList.add(areaTreeSelect); // areaTreeSelectList.add(areaTreeSelect);
// List<AreaTreeSelect> listTree = getListByRootId(areaEntity.getIid(), null); // List<AreaTreeSelect> listTree = getListByRootId(areaEntity.getIid(), null);
// AreaTreeSelect areaTreeSelect = new AreaTreeSelect(areaEntity); // AreaTreeSelect areaTreeSelect = new AreaTreeSelect(areaEntity);
areaTreeSelect.setChildren(areaTreeSelectList); // areaTreeSelect.setChildren(areaTreeSelectList);
// areaEntity.setChildren(); // areaEntity.setChildren();
returnList.add(areaTreeSelect); returnList.add(areaTreeSelect);
} }
......
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