springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/BigScreenStatisticsApi.java
@@ -346,4 +346,14 @@ public R getEventList(@RequestParam(value = "type") Integer type, @RequestParam(value = "communityId") Long communityId) { return bigScreenStatisticsService.getEventList(type, communityId); } /** * 清网治格-社区事件数据分页 * @param pageBaseDTO * @return */ @PostMapping("/event/page") public R pageEventList(@RequestBody PageBaseDTO pageBaseDTO) { return bigScreenStatisticsService.pageEventList(pageBaseDTO); } }