From 8dd5c057222ea4f6d22d6bc3fba468600f14a330 Mon Sep 17 00:00:00 2001 From: huanghongfa <huanghongfa123456> Date: 星期二, 28 十二月 2021 16:28:27 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/BigScreenService.java | 29 +++++++++++++++++++++++++++++ 1 files changed, 29 insertions(+), 0 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/BigScreenService.java b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/BigScreenService.java index 9159b50..ca58504 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/BigScreenService.java +++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/BigScreenService.java @@ -10,6 +10,7 @@ import com.panzhihua.common.model.vos.community.bigscreen.BigScreenStatisticPartyActivity; import com.panzhihua.common.model.vos.community.bigscreen.BigScreenStatisticPartyBuild; import com.panzhihua.common.model.vos.community.bigscreen.PartyBuildingMemberVO; +import org.springframework.web.bind.annotation.RequestParam; /** * @ClasssName BigScreenService @@ -56,4 +57,32 @@ */ R<List<BigScreenStatisticPartyActivity>> bigscreenPartyactivity(BigScreenStatisticPartyActivityDTO bigScreenStatisticPartyActivityDTO); + + /** + * 党员活动折线图 + * @param communityId + * @return + */ + R partyActivityLine(Long communityId); + + /** + *查询党员积分前3 + * @param pageBigScreenStatisticPartyOrg + * @return + */ + R partyActivityTop(PageBigScreenStatisticPartyOrg pageBigScreenStatisticPartyOrg); + + /** + * 服务数据 + * @param communityId + * @return + */ + R serviceData(Long communityId); + + /** + * 服务用户 + * @param communityId + * @return + */ + R serviceUser(Long communityId); } -- Gitblit v1.7.1