智慧保安后台管理-外网项目备份
钟日健
2022-02-25 afc2b4d2800d91c793523d14fbe2d6fbbd319fc0
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();