智慧保安后台管理-验收版本
tangzy
2021-12-06 30df94c05573a426d030510d4dd58ae1d93bfb7a
src/main/java/org/springblade/modules/system/service/IDeptService.java
@@ -125,9 +125,9 @@
   List<DeptVO> search(String deptName, Long parentId);
   List<Map<Object,String>> selectCount();
   List<Map<Object,String>> selectId(String id);
   Map<Object,Object> selectHold(String deptid);
   List<Map<String, Object>> selectHold(String deptid);
   List<String> selectIn();
   List<DeptVO> securityLazyTree(String tenantId, Long parentId);
   List<DeptVO> securityLazyTree(String jurisdiction, Long parentId);
   /**
    * 懒加载获取部门树形结构(包含用户数据)
@@ -140,4 +140,5 @@
    * @return
    */
   List<TreeNodes> lazyTreeUsers(Integer type, Long deptId);
}