springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/BigScreenStatisticsService.java
@@ -151,4 +151,19 @@ * @return */ R indexVolunteerActList(PageBaseDTO pageBaseDTO); /** * 清网治格-根据事件分类获取近1月的社区事件数据 * @param type * @param communityId * @return */ R getEventList(Integer type, Long communityId); /** * 清网治格-社区事件数据分页 * @param pageBaseDTO * @return */ R pageEventList(PageBaseDTO pageBaseDTO); }