| | |
| | | * @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); |
| | | |
| | | /** |
| | | * 查询公安对应的辖区树 |
| | |
| | | * @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); |
| | | |
| | | /** |
| | | * 树列表-查询到社区的树 |
| | | * @param regionChildCodesList |
| | | * @param isAdministrator |
| | | * @return |
| | | */ |
| | | @MapKey(value = "id") |
| | | Map<String, TreeStringNode> treeToCommunity(List<String> regionChildCodesList, Integer isAdministrator); |
| | | } |