| | |
| | | public R pageSocialOrgList(@RequestBody PageBaseDTO pageBaseDTO) { |
| | | return bigScreenStatisticsService.pageSocialOrgList(pageBaseDTO); |
| | | } |
| | | |
| | | /** |
| | | * 人大代表 |
| | | * @param communityId |
| | | * @return |
| | | */ |
| | | @GetMapping("/dpc/base") |
| | | public R dpcBase(@RequestParam("communityId") Long communityId) { |
| | | return bigScreenStatisticsService.dpcBase(communityId); |
| | | } |
| | | |
| | | /** |
| | | * 人大代表-随手拍展示列表 |
| | | * @return |
| | | */ |
| | | @PostMapping("/dpc/easyPhotoList") |
| | | public R dpcEasyPhotoList(@RequestBody PageBaseDTO pageBaseDTO) { |
| | | return bigScreenStatisticsService.dpcEasyPhotoList(pageBaseDTO); |
| | | } |
| | | } |