Browse Source

大数据统计

hanfucheng 1 year ago
parent
commit
26ec368c01
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/java/com/sooka/sponest/data/utils/DeptLevelUtil.java

+ 1 - 0
src/main/java/com/sooka/sponest/data/utils/DeptLevelUtil.java

@@ -58,6 +58,7 @@ public class DeptLevelUtil {
             }
             }
             map.put("deptId",sysDept.getDeptId());
             map.put("deptId",sysDept.getDeptId());
             map.put("deptName",sysDept.getDeptName());
             map.put("deptName",sysDept.getDeptName());
+            map.put("deptType",sysDept.getDeptType());
             mapList.add(map);
             mapList.add(map);
         }
         }
         return mapList;
         return mapList;