From b03d6975514e07ab91b2b033098a0d65ded19b15 Mon Sep 17 00:00:00 2001 From: 101captain <237651143@qq.com> Date: 星期四, 17 二月 2022 17:45:45 +0800 Subject: [PATCH] 三社功能提交 --- springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/BigScreenStatisticsService.java | 23 ++++++++++++++++++++++- 1 files changed, 22 insertions(+), 1 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/BigScreenStatisticsService.java b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/BigScreenStatisticsService.java index 034a851..0f12637 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/BigScreenStatisticsService.java +++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/BigScreenStatisticsService.java @@ -2,6 +2,7 @@ import com.panzhihua.common.model.dtos.PageBaseDTO; import com.panzhihua.common.model.dtos.community.convenient.PagePopularMerchantDTO; +import com.panzhihua.common.model.dtos.property.CommonPage; import com.panzhihua.common.model.vos.R; /** @@ -128,5 +129,25 @@ * 河门口大屏首页 * @return */ - R hmkBaseInfo(); + R hmkBaseInfo(CommonPage commonPage); + + /** + * 河门口大屏折线图 + * @return + */ + R partyProjectActivityLine(); + + /** + * 活动评分排名 + * @param commonPage + * @return + */ + R projectActivityProject(CommonPage commonPage); + + /** + * 根据责任方名字查询项目类型饼状图 + * @param name + * @return + */ + R projectType(String name); } -- Gitblit v1.7.1