springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComActFourMemberDao.java
@@ -60,4 +60,19 @@ * @return */ StatisticsCommVO retrieveJJWTTotalPolylineData(@Param("communityId") Long communityId, @Param("date") String date); /** * 新增院落议事数统计 * @param communityId * @return */ List<StatisticsCommVO> retrieveYLYSAddPolylineData(@Param("communityId") Long communityId); /** * 累计院落议事数统计 * @param communityId * @param date * @return */ StatisticsCommVO retrieveYLYSTotalPolylineData(@Param("communityId") Long communityId, @Param("date") String date); }