|
@@ -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;
|