ycl-platform/src/main/java/com/ycl/controller/cockpit/statisticsEvents/StatisticsEventsController.java
@@ -189,7 +189,7 @@ @GetMapping("/video_point") public CommonResult<List<VideoPointVo>> videoPoint(@Validated CockpitVO params) { checkApiUtil.cockpit(params); IPage<VideoPointVo> page = videoPointService.getList(null, null, 1, 500); IPage<VideoPointVo> page = videoPointService.getList(null, null, null, 1, 500); return CommonResult.success(page.getRecords()); }