Przeglądaj źródła

大数据统计

hanfucheng 1 rok temu
rodzic
commit
26ec368c01

+ 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("deptName",sysDept.getDeptName());
+            map.put("deptType",sysDept.getDeptType());
             mapList.add(map);
         }
         return mapList;