From 09ef90148d14a154cef9fa86e267e42368d2a633 Mon Sep 17 00:00:00 2001
From: puhanshu <a9236326>
Date: 星期一, 20 十二月 2021 09:46:34 +0800
Subject: [PATCH] 通用大屏相关代码提交

---
 springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComActNeighborCircleDAO.java |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComActNeighborCircleDAO.java b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComActNeighborCircleDAO.java
index 250605f..0e8837c 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComActNeighborCircleDAO.java
+++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComActNeighborCircleDAO.java
@@ -3,6 +3,7 @@
 import java.util.List;
 import java.util.Map;
 
+import com.panzhihua.common.model.vos.community.StatisticsCommVO;
 import org.apache.ibatis.annotations.Mapper;
 import org.apache.ibatis.annotations.Param;
 import org.apache.ibatis.annotations.Select;
@@ -132,4 +133,12 @@
      * @return
      */
     List<String> getContents(@Param("communityId") Long communityId, @Param("pageSize") Integer pageSize);
+
+    List<StatisticsCommVO> getIndexNeighborBaseData(@Param("communityId") Long communityId);
+
+    List<StatisticsCommVO> getNeighborAddPolylineData(@Param("communityId") Long communityId);
+
+    StatisticsCommVO getNeighborTotalPolylineDate(@Param("communityId") Long communityId, @Param("date") String date);
+
+    List<ComActNeighborCircleAdminVO> indexNeighborList(@Param("communityId") Long communityId, @Param("topicId") Long topicId, @Param("pageSize") Integer pageSize);
 }
\ No newline at end of file

--
Gitblit v1.7.1