springcloud_k8s_panzhihuazhihuishequ/applets_backstage/src/main/java/com/panzhihua/applets_backstage/api/CommonDataApi.java
@@ -82,13 +82,6 @@ return communityService.getCityTreeByProvinceCode(provinceAdcode, this.getAreaCode()); } @ApiOperation(value = "获取树结构区域信息 三资公开用") @GetMapping(value = "getCityTreeByCode") public R getCityTreeByCode(@ApiParam(name = "省份:四川510000", required = true) @RequestParam(value = "provinceAdcode") Integer provinceAdcode) { return communityService.getCityTreeByCode(provinceAdcode, this.getAreaCode()); } @ApiOperation(value = "特殊群体/分页查询标签列表", response = ComMngTagVO.class) @PostMapping("/special/tags/page") public R specialInputUserTags(@RequestBody PageInputUserDTO comMngUserTagDTO) { springcloud_k8s_panzhihuazhihuishequ/community_backstage/src/main/java/com/panzhihua/community_backstage/api/CommonDataApi.java
@@ -946,4 +946,13 @@ return communityService.putCommunity(comActVO); } @ApiOperation(value = "获取树结构区域信息 三资公开用") @GetMapping(value = "getCityTreeByCode") public R getCityTreeByCode(@ApiParam(name = "省份:四川510000", required = true) @RequestParam(value = "provinceAdcode") Integer provinceAdcode) { return communityService.getCityTreeByCode(provinceAdcode, this.getAreaCode()); } } springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/CommonDataApi.java
@@ -7,6 +7,8 @@ import com.panzhihua.common.model.dtos.grid.AddComMngHousePopulationDTO; import com.panzhihua.common.model.dtos.grid.DelComMngHousePopulationDTO; import com.panzhihua.service_community.model.dos.ComMngPopulationDO; import io.swagger.annotations.ApiOperation; import io.swagger.annotations.ApiParam; import org.springframework.transaction.annotation.Transactional; import org.springframework.validation.annotation.Validated; import org.springframework.web.bind.annotation.*; @@ -337,6 +339,9 @@ return comMngProvinceService.getCityTreeByCode(provinceAdcode, areaCode); } /** * 社区后台实有人口管理列表 *