| | |
| | | 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.*; |
| | |
| | | */ |
| | | @GetMapping("/area/basiclevel") |
| | | public R getCityTreeByCode(@RequestParam(value = "provinceAdcode") Integer provinceAdcode, |
| | | @RequestParam(value = "areaCode", required = false) String areaCode) { |
| | | return comMngProvinceService.getCityTreeByCode(provinceAdcode, areaCode); |
| | | @RequestParam(value = "areaCode", required = false) String areaCode, |
| | | @RequestParam(value = "appId", required = false) String appId) { |
| | | return comMngProvinceService.getCityTreeByCode(provinceAdcode, areaCode,appId); |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | /** |
| | | * 社区后台实有人口管理列表 |