| | |
| | | } |
| | | |
| | | /** |
| | | * description getRegistLists 查询活动未签到 |
| | | * @param comActActRegistVO 查询参数 |
| | | * @return R 查询结果 |
| | | * @author txb |
| | | * @date 2021/8/25 9:33 |
| | | */ |
| | | @PostMapping("activity/noRegist/getList") |
| | | public R getNoRegistLists(@RequestBody ComActActRegistVO comActActRegistVO){ |
| | | return comActActivityService.getNoRegistLists(comActActRegistVO); |
| | | } |
| | | |
| | | /** |
| | | * description activityStagistics 活动数据统计 |
| | | * @param activityId 活动id |
| | | * @return R 统计结果 |
| | |
| | | } |
| | | |
| | | /** |
| | | * 获取活动历史封面 getPictureList |
| | | * @param userId 用户id |
| | | * @return R 统计结果 |
| | | * @author txb |
| | | * @date 2021/8/27 13:33 |
| | | */ |
| | | @GetMapping("/activity/picture/getList") |
| | | public R getPictureList(@RequestParam("userId") Long userId){ |
| | | return comActActivityService.getPictureList(userId); |
| | | } |
| | | |
| | | /** |
| | | * 新增社区动态 |
| | | * |
| | | * @param comActDynVO |