src/main/java/org/springblade/modules/system/mapper/DeptMapper.java
@@ -84,7 +84,7 @@ * @return */ List<String> selectIn(); List<Map<Object,String>> selectCount(String name); List<Map<Object,String>> getCount(String name); List<Map<Object,String>> selectId(String id); Map<Object,Integer> selectHold(String deptid); @@ -180,4 +180,11 @@ */ List<DeptVO> securityDeptUnitList(@Param("parentId")Long parentId, @Param("deptId")Long deptId); /** * 查询当前保安单位下的派遣单位信息 * @param deptId * @return */ List<DeptVO> getDispatchUnitList(@Param("deptId") Long deptId); }