ruoyi-system/src/main/java/com/ruoyi/system/service/impl/SysDeptServiceImpl.java
@@ -397,6 +397,7 @@ private void recursionFnWell(List<TreeDeptWell> list, TreeDeptWell t) { // 得到子节点列表 if(t.getId() == null){ List<TreeDeptWell> childList = getChildListWell(list, t); t.setChildren(childList); for (TreeDeptWell tChild : childList) @@ -407,6 +408,7 @@ } } } } private List<TreeDeptWell> getChildListWell(List<TreeDeptWell> list, TreeDeptWell t) {