| | |
| | | * @return 问卷调查统计汇总表头统计数据 |
| | | */ |
| | | @GetMapping("/questnaire/statisticsSummary/header") |
| | | R statisticsSummaryHeader(@RequestParam("questId") Long questId); |
| | | R statisticsSummaryHeader(@RequestParam("questId") Long questId,@RequestParam("communityId") Long communityId); |
| | | |
| | | |
| | | /** |
| | |
| | | */ |
| | | @PostMapping("/easyphoto/switch/publicity") |
| | | R easyPhotoSwitchPublicity(@RequestBody ComActEasyPhotoVO comActEasyPhotoVO); |
| | | |
| | | /** |
| | | * 查询社区待处理随手拍id集合 |
| | | * @param communityId 社区id |
| | | * @return 社区待处理随手拍id集合 |
| | | */ |
| | | @GetMapping("/easyphoto/noHandle/list") |
| | | R easyPhotoNoHandleList(@RequestParam("communityId") Long communityId); |
| | | } |