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