| | |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import com.panzhihua.common.exceptions.ServiceException; |
| | | import com.panzhihua.common.model.dtos.community.*; |
| | | import com.panzhihua.common.model.dtos.community.easyPhoto.ExportEasyPhotoDTO; |
| | | import com.panzhihua.common.model.dtos.community.questnaire.StatisticsSummaryDTO; |
| | | import com.panzhihua.common.model.vos.R; |
| | | import com.panzhihua.common.model.vos.SystemmanagementConfigVO; |
| | |
| | | } |
| | | |
| | | /** |
| | | * 城管安排 |
| | | * |
| | | * @param comActEasyPhotoVO 查询参数 |
| | | * @return 心愿列表 |
| | | */ |
| | | @PostMapping("updatePageeasyphoto") |
| | | public R updatePageeasyphoto(@RequestBody ComActEasyPhotoVO comActEasyPhotoVO) { |
| | | return comActEasyPhotoService.updatePageeasyphoto(comActEasyPhotoVO); |
| | | } |
| | | /** |
| | | * 城管导出 |
| | | */ |
| | | @PostMapping("exportEasyPhoto") |
| | | public R exportEasyPhoto(@RequestBody ExportEasyPhotoDTO exportEasyPhotoDTO){ |
| | | return comActEasyPhotoService.export(exportEasyPhotoDTO); |
| | | } |
| | | |
| | | /** |
| | | * 随手拍详情 |
| | | * |
| | | * @param id 随手拍主键 |
| | |
| | | } |
| | | |
| | | /** |
| | | * 城管随手拍统计 |
| | | */ |
| | | @PostMapping("/esayPhotoCount") |
| | | public R esayphotoCount(@RequestBody ComActEasyPhotoVO comActEasyPhotoVO) { |
| | | return comActEasyPhotoService.easyPhotoCount(comActEasyPhotoVO); |
| | | } |
| | | |
| | | /** |
| | | * 新增社区 |
| | | * |
| | | * @param comActVO 社区信息 |