| | |
| | | import com.panzhihua.common.model.dtos.community.PageComActEasyPhotoCommentDTO; |
| | | import com.panzhihua.common.model.dtos.community.ComActEasyPhotoCommentUserDTO; |
| | | import com.panzhihua.common.model.dtos.community.PageComActDTO; |
| | | import com.panzhihua.common.model.dtos.partybuilding.ComPbServiceTeamDTO; |
| | | import com.panzhihua.common.model.dtos.partybuilding.PageComPbServiceTeamDTO; |
| | | import com.panzhihua.common.model.vos.R; |
| | | import com.panzhihua.common.model.vos.SystemmanagementConfigVO; |
| | | import com.panzhihua.common.model.vos.community.*; |
| | |
| | | private ComMngStructOtherBuildService comMngStructOtherBuildService; |
| | | @Resource |
| | | private ComMngVolunteerMngService comMngVolunteerMngService; |
| | | @Resource |
| | | private ComMngStructAreaDistrictService comMngStructAreaDistrictService; |
| | | |
| | | /** |
| | | * 新增社区活动 |
| | |
| | | return comActEasyPhotoService.addComActEasyPhotoComment(comActEasyPhotoCommentDTO); |
| | | } |
| | | |
| | | |
| | | /** |
| | | * 查询城市下属所有地区列表 |
| | | * @param cityAdcode 城市地址编码 |
| | | * @return 地区列表 |
| | | */ |
| | | @PostMapping("listareadistrict") |
| | | public R listAreaDistrict(@RequestParam("cityAdcode") Long cityAdcode){ |
| | | return comMngStructAreaDistrictService.listAreaDistrict(cityAdcode); |
| | | } |
| | | |
| | | |
| | | } |