智慧保安后台管理-外网
Administrator
2021-11-26 9c6a2288eec3ecfd42528d5d35b7d88fe897a475
src/main/java/org/springblade/modules/system/mapper/DeptMapper.java
@@ -91,7 +91,8 @@
   /**
    * 懒加载获取部门树形结构,不包含顶级管理员公安局
    */
   List<DeptVO> securityLazyTree(@Param("jurisdiction") String jurisdiction, Long parentId);
   List<DeptVO> securityLazyTree(@Param("jurisdiction") String jurisdiction,
                          @Param("parentId")Long parentId);
   List<DeptVO>  selectInfo();
   List<DeptVO>  selectInfos();
@@ -172,4 +173,11 @@
    * @return
    */
   List<DeptVO> lazyTreeByJurisdiction();
   /**
    * 查询所有的保安公司机构信息
    * @return
    */
   List<DeptVO> securityDeptUnitList(@Param("parentId")Long parentId,
                             @Param("deptId")Long deptId);
}