fuliqi
2024-09-25 29fbb07e30eab4b8092a7600a0ef0e39db1de1f2
ycl-server/src/main/java/com/ycl/calculate/VideoUsabilityCalculation.java
@@ -34,7 +34,7 @@
    @Autowired
    private ICheckIndexVideoService checkIndexVideoService;
    //区域视频在线率的内部类
    //区域录像可用率的内部类
    protected static class AreaStats {
        int totalSites = 0;
        int usabilitySites = 0;
@@ -91,7 +91,7 @@
    }
    /**
     * 视频点位在线率
     * 视频录像可用率
     */
    private CheckIndexVideo createOrUpdateCheckIndexVideo(String key, AreaStats stats, List<CheckIndexVideo> checkIndexVideoList) {
        CheckIndexVideo checkIndexVideo = getCheckIndex(key, checkIndexVideoList, CheckIndexVideo.class);