springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityService.java
@@ -7712,4 +7712,13 @@ */ @PostMapping("/screen/index/volunteerActList") R indexVolunteerActList(@RequestBody PageBaseDTO pageBaseDTO); /** * 清网治格-根据事件分类获取近1月的社区事件数据 * @param type * @param communityId * @return */ @GetMapping("/screen/event/list") R getEventList(@RequestParam(value = "type") Integer type, @RequestParam(value = "communityId") Long communityId); }