From 304e8b04854bb477b202048c21a98703267afbad Mon Sep 17 00:00:00 2001 From: huanghongfa <huanghongfa123456> Date: 星期三, 16 六月 2021 17:17:32 +0800 Subject: [PATCH] 大屏统计接口开发 --- springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComMngPopulationService.java | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComMngPopulationService.java b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComMngPopulationService.java index dfa1406..9067366 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComMngPopulationService.java +++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComMngPopulationService.java @@ -145,9 +145,24 @@ */ R getPopulationTotalByAdmin(Long communityId); + /** + * 首页大屏统计接口 + * @param communityId 社区id + * @return 统计结果 + */ R getScreenIndex(Long communityId); + /** + * 事件大屏统计接口 + * @param communityId 社区id + * @return 统计结果 + */ R getScreenEvent(Long communityId); + /** + * 民生大屏统计接口 + * @param communityId 社区id + * @return 统计结果 + */ R getScreenCivil(Long communityId); } -- Gitblit v1.7.1