springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityService.java
@@ -7721,4 +7721,12 @@ */ @GetMapping("/screen/event/list") R getEventList(@RequestParam(value = "type") Integer type, @RequestParam(value = "communityId") Long communityId); /** * 清网治格-社区事件数据分页 * @param pageBaseDTO * @return */ @PostMapping("/screen/event/page") R pageEventList(@RequestBody PageBaseDTO pageBaseDTO); }