Administrator
2022-05-18 644ed3e30bbee9a417dfbe649f2a72df25a7efb1
src/main/java/org/springblade/modules/system/mapper/DeptMapper.java
@@ -124,4 +124,11 @@
   Map<Long, TreeNodes> lazyTreeUsersPublicSecuritys(@Param("type") Integer type,
                                         @Param("deptId") Long deptId,
                                         @Param("jurisdiction")String jurisdiction);
   /**
    * 查询所有的保安公司机构信息
    * @return
    */
   List<DeptVO> securityDeptUnitList(@Param("parentId")Long parentId,
                             @Param("deptId")Long deptId);
}