fuliqi
2025-01-08 6451d61e4438c93d78b5fb187afd7bc538f2af44
ycl-server/src/main/java/com/ycl/platform/controller/DataCenterController.java
@@ -6,6 +6,7 @@
import com.ycl.platform.service.PlatformOnlineService;
import com.ycl.system.Result;
import io.swagger.annotations.ApiOperation;
import jakarta.servlet.http.HttpServletResponse;
import lombok.RequiredArgsConstructor;
import org.springframework.security.access.prepost.PreAuthorize;
import org.springframework.web.bind.annotation.*;
@@ -160,7 +161,17 @@
        query.setTime();
        return dataCenterService.videoImportantPointLabelingAccuracy(query);
    }
    /**
     * 视频:导出重点点位标注正确率
     *
     * @param query
     * @return
     */
    @PostMapping("/videoImportantPointLabelingAccuracy/export")
    public void videoImportantPointLabelingAccuracyExport(HttpServletResponse response,DataCenterQuery query) {
        query.setTime();
        dataCenterService.videoImportantPointLabelingAccuracyExport(response,query);
    }
    /**
     * 视频:校时正确率 (新规则已经弃用)
     *