lxzn-module-system/lxzn-system-biz/src/main/java/org/jeecg/modules/system/util/FindsDepartsChildrenUtil.java
@@ -15,7 +15,7 @@ * <P> * 对应部门的表,处理并查找树级数据 * <P> * * * @Author: Steve * @Date: 2019-01-22 */ @@ -23,7 +23,7 @@ //部门树信息-树结构 //private static List<SysDepartTreeModel> sysDepartTreeList = new ArrayList<SysDepartTreeModel>(); //部门树id-树结构 //private static List<DepartIdModel> idList = new ArrayList<>(); @@ -81,7 +81,7 @@ } } getGrandChildren(treeList,recordList,departIdList); //idList = departIdList; return treeList; } @@ -107,7 +107,7 @@ } } /** * queryTreeList的子方法 ====4====