zhongrj
2024-04-28 ebd41b7b2e44dc8b96f177d7bf88d2f5f997b75c
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,18 @@
    * @return
    */
   List<Region> getPoliceList(@Param("communityCode") String communityCode);
   /**
    * 查询网格员对应的网格
    * @param regionCode
    * @return
    */
   List<Region> getGridRegionChildList(@Param("regionCode") String regionCode);
   /**
    * 查询当前文章范围对应的社区编号字符串集合
    * @param articleRange
    * @return
    */
    List<String> getAllCommunityNameListString(@Param("articleRange") String articleRange);
}