lin
2024-04-10 dec7b42d0c46fbe3f0137b901907d1274f01f440
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);
}