zxl
2025-04-22 f0a6462c539e217186d6fee31dfec6d2aba2e92a
ycl-server/src/main/java/com/ycl/platform/controller/DataCenterController.java
@@ -199,12 +199,23 @@
        dataCenterService.recordingAvailabilityExport(response, query);
    }
    @PostMapping("/pointOnline/export")
    public void pointOnlineExport(HttpServletResponse response,DataCenterQuery query) throws IOException {
    @PostMapping("/pointOnlineVideo/export")
    public void pointOnlineVideoExport(HttpServletResponse response,DataCenterQuery query) throws IOException {
        query.setTime();
         dataCenterService.pointOnlineExport(response,query);
        dataCenterService.pointOnlineVideoExport(response,query);
    }
    @PostMapping("/pointOnlineCar/export")
    public void pointOnlineCarExport(HttpServletResponse response,DataCenterQuery query) throws IOException {
        query.setTime();
        dataCenterService.pointOnlineCarExport(response,query);
    }
    @PostMapping("/pointOnlineFace/export")
    public void pointOnlineFaceExport(HttpServletResponse response,DataCenterQuery query) throws IOException {
        query.setTime();
        dataCenterService.pointOnlineFaceExport(response,query);
    }
    /**
     * 视频:导出重点点位标注正确率