puhanshu
2022-03-10 db3fc1165777c9e66e179ce018fc05aa15d2c051
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);
}