智慧保安后台管理-外网项目备份
Administrator
2021-11-26 9c6a2288eec3ecfd42528d5d35b7d88fe897a475
src/main/java/org/springblade/modules/system/service/IDeptService.java
@@ -130,7 +130,7 @@
   /**
    * 懒加载获取部门树形结构,不包含顶级管理员公安局
    */
   List<DeptVO> securityLazyTree(String jurisdiction, Long parentId);
   List<DeptVO> securityLazyTree(String jurisdiction, Long parentId,Long deptId);
   List<DeptVO> selectInfo();
   List<DeptVO>  selectInfos();
   List<DeptVo> selDeptList();