lin
2024-04-09 1ac2a426d82345ec3d7d87a159dd361388f504b1
src/main/java/org/springblade/modules/system/mapper/RegionMapper.java
@@ -106,4 +106,10 @@
    */
   @MapKey(value = "id")
   Map<String, TreeStringNode> getPoliceTreeList();
   /**
    * 查询公安相关的区域数据
    * @return
    */
   List<Region> getPoliceList(@Param("communityCode") String communityCode);
}