src/main/java/org/springblade/modules/system/mapper/RegionMapper.java
@@ -98,7 +98,9 @@ * @param regionCode * @return */ List<Region> getRegionChildList(@Param("regionCode") String regionCode); List<Region> getRegionChildList(@Param("regionCode") String regionCode, @Param("communityCode") String communityCode, @Param("roleName") String roleName); /** * 查询公安对应的辖区树 @@ -112,4 +114,11 @@ * @return */ List<Region> getPoliceList(@Param("communityCode") String communityCode); /** * 查询网格员对应的网格 * @param regionCode * @return */ List<Region> getGridRegionChildList(@Param("regionCode") String regionCode); }