From 3e5eeb937c6006015ca6e79bbe0a796fe5efbdef Mon Sep 17 00:00:00 2001 From: huanghongfa <huanghongfa123456> Date: 星期三, 16 六月 2021 16:52:45 +0800 Subject: [PATCH] 大屏统计接口开发 --- springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComMngPopulationService.java | 6 ++++++ 1 files changed, 6 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 650d0e7..dfa1406 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 @@ -144,4 +144,10 @@ * @return 统计结果 */ R getPopulationTotalByAdmin(Long communityId); + + R getScreenIndex(Long communityId); + + R getScreenEvent(Long communityId); + + R getScreenCivil(Long communityId); } -- Gitblit v1.7.1