fuliqi
2024-09-14 a776ca9959e0c4696db0ab96cb59efcfe4061201
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);