zxl
2025-04-24 52064683bceec96082f6eb7ae50e2e6e0ffe60a0
ycl-server/src/main/java/com/ycl/calculate/CarDataIntegrityCalculation.java
@@ -81,7 +81,7 @@
        //重点点位为六项属性完整
        if (result.getImportantTag() != null && result.getImportantTag()) {
            stats.importantTotalSites++;
            if (result.getNoIntegrityPercent() <= 0.1) {
            if (result.getNoIntegrityPercent()!=null && result.getNoIntegrityPercent() <= 0.1) {
                stats.importantIntegritySites++;
            }
        }