| | |
| | | R listSavePopulationDisabilityExcelVO(@RequestBody List<ComMngPopulationDisabilityExcelVO> list, @RequestParam(value = "communityId") Long communityId); |
| | | |
| | | /** |
| | | * 批量导入低保户 |
| | | * |
| | | * @param list 低保户数据 |
| | | * @param communityId 社区id |
| | | * @return 导入结果 |
| | | */ |
| | | @PostMapping("/common/data/population/importLowSecurity") |
| | | R listSavePopulationLowSecurityExcelVO(@RequestBody List<ComMngPopulationLowSecurityExcelVO> list, @RequestParam(value = "communityId") Long communityId); |
| | | |
| | | /** |
| | | * 确认导入实有人口(有则更新,无则新建) |
| | | * |
| | | * @param list 用户信息 |
| | |
| | | */ |
| | | @GetMapping("/questnaire/view/detail") |
| | | R viewDetail(@RequestParam("userId") Long userId, @RequestParam("questId") Long questId); |
| | | |
| | | /** |
| | | * 小程序-新增问卷调查浏览数量 |
| | | * @param questId 问卷调查id |
| | | * @return 增加结果 |
| | | */ |
| | | @GetMapping("/questnaire/add/view") |
| | | R addView(@RequestParam("questId") Long questId); |
| | | |
| | | /** |
| | | * 小程序-用户弹窗添加不在提醒接口 |
| | | * @param questId 问卷id |
| | | * @param userId 用户id |
| | | * @return 添加结果 |
| | | */ |
| | | @GetMapping("/questnaire/add/noNotice") |
| | | R addNoNotice(@RequestParam("questId") Long questId,@RequestParam("userId") Long userId); |
| | | |
| | | /** |
| | | * 社区后台-查询问卷调查详情 |
| | |
| | | R pageUserWalletTradeAdmin(@RequestBody PageComActWalletTradeAdminDTO pageTradeAdminDTO); |
| | | |
| | | /** |
| | | * 查询用户交易记录总额 |
| | | * @param pageTradeAdminDTO 请求参数 |
| | | * @return 交易记录总额 |
| | | */ |
| | | @PostMapping("/user/wallet/trade/total") |
| | | R getTradeUserTotalWalletTradeAdmin(@RequestBody PageComActWalletTradeAdminDTO pageTradeAdminDTO); |
| | | |
| | | /** |
| | | * 查询用户导出数据 |
| | | * @param pageTradeAdminDTO 请求参数 |
| | | * @return 用户导出数据 |
| | | */ |
| | | @PostMapping("/user/wallet/trade/export") |
| | | R getTradeUserTotalWalletTradeExportAdmin(@RequestBody PageComActWalletTradeAdminDTO pageTradeAdminDTO); |
| | | |
| | | /** |
| | | * 导出奖励台账数据 |
| | | * @param pageTradeAdminDTO 请求参数 |
| | | * @return 奖励台账数据 |
| | | */ |
| | | @PostMapping("/user/wallet/trade/reward/export") |
| | | R getTradeUserTotalJLWalletTradeExportAdmin(@RequestBody PageComActWalletTradeAdminDTO pageTradeAdminDTO); |
| | | |
| | | /** |
| | | * 查询社区统计数据 |
| | | * @param pageTradeAdminDTO 查询社区统计数据 |
| | | * @return 社区统计数据 |
| | | */ |
| | | @PostMapping("/user/wallet/trade/statistics") |
| | | R getTradeUserStatisticsAdmin(@RequestBody PageComActWalletTradeAdminDTO pageTradeAdminDTO); |
| | | |
| | | /** |
| | | * 社区随手拍列表统计 |
| | | * @param communityId 社区id |
| | | * @return 统计结果 |