From c161f8538c248a6bd01054b8e5b79a1b2d5dd476 Mon Sep 17 00:00:00 2001 From: huanghongfa <huanghongfa123456> Date: 星期四, 26 八月 2021 13:48:57 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/test' into test --- springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComActActivityService.java | 36 ++++++++++++++++++++++++++++++++---- 1 files changed, 32 insertions(+), 4 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComActActivityService.java b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComActActivityService.java index 1306700..caad8b8 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComActActivityService.java +++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComActActivityService.java @@ -10,6 +10,7 @@ import com.panzhihua.service_community.model.dos.ComActActivityDO; import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.RequestBody; +import org.springframework.web.bind.annotation.RequestParam; /** * @program: springcloud_k8s_panzhihuazhihuishequ @@ -93,6 +94,15 @@ R listActivitySigns(ActivitySignVO activitySignVO); /** + * description getSignLists 查询活动报名名单 + * @param activitySignVO 查询参数 + * @return R 查询结果 + * @author txb + * @date 2021/8/24 14:03 + */ + R getSignLists(ActivitySignVO activitySignVO); + + /** * description listActivityRegists 分页查询活动评价 * @param comActActEvaluateVO 活动评价vo * @return R 分页查询结果 @@ -100,6 +110,15 @@ * @date 2021/8/24 14:03 */ R pageActivityEvaluates(ComActActEvaluateVO comActActEvaluateVO); + + /** + * description getEvaluateLists 查询活动评价 + * @param comActActEvaluateVO 查询参数 + * @return R 查询结果 + * @author txb + * @date 2021/8/24 14:03 + */ + R getEvaluateLists(ComActActEvaluateVO comActActEvaluateVO); /** * description pageActivityRegists 分页查询活动签到 @@ -111,13 +130,22 @@ R pageActivityRegists(ComActActRegistVO comActActRegistVO); /** - * description getEvaluateListsByIds 批量查询活动评价 - * @param ids ids + * description getRegistLists 查询活动签到 + * @param comActActRegistVO 查询参数 * @return R 查询结果 * @author txb - * @date 2021/8/24 14:03 + * @date 2021/8/25 9:33 */ - R getEvaluateListsByIds(List<Long> ids); + R getRegistLists(ComActActRegistVO comActActRegistVO); + + /** + * description activityStagistics 活动数据统计 + * @param activityId 活动id + * @return R 统计结果 + * @author txb + * @date 2021/8/25 13:33 + */ + R activityStatistics(Long activityId); /** * 分页展示我的所有活动 时间倒序排列 -- Gitblit v1.7.1