From b7d136dc298e5234204a1ab239fed833f627b4fe Mon Sep 17 00:00:00 2001 From: tangxiaobao <303826152@qq.com> Date: 星期二, 24 八月 2021 16:26:00 +0800 Subject: [PATCH] 修改测试服下载文件地址 --- springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComActActivityService.java | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 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 90a0739..9591f72 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 @@ -7,9 +7,12 @@ import com.panzhihua.common.model.dtos.community.bigscreen.work.ScreenActActivityPeopleListDTO; import com.panzhihua.common.model.vos.R; import com.panzhihua.common.model.vos.community.ActivitySignVO; +import com.panzhihua.common.model.vos.community.ComActActEvaluateVO; import com.panzhihua.common.model.vos.community.ComActActivityVO; import com.panzhihua.common.model.vos.community.SignactivityVO; import com.panzhihua.service_community.model.dos.ComActActivityDO; +import org.springframework.web.bind.annotation.PostMapping; +import org.springframework.web.bind.annotation.RequestBody; /** * @program: springcloud_k8s_panzhihuazhihuishequ @@ -93,6 +96,24 @@ R listActivitySigns(ActivitySignVO activitySignVO); /** + * description listActivityRegists 分页查询活动评价 + * @param comActActEvaluateVO 活动评价vo + * @return R 分页查询结果 + * @author txb + * @date 2021/8/24 14:03 + */ + R pageActivityRegists(ComActActEvaluateVO comActActEvaluateVO); + + /** + * description getEvaluateListsByIds 批量查询活动评价 + * @param ids ids + * @return R 查询结果 + * @author txb + * @date 2021/8/24 14:03 + */ + R getEvaluateListsByIds(List<Long> ids); + + /** * 分页展示我的所有活动 时间倒序排列 * * @param comActActivityVO -- Gitblit v1.7.1