src/main/kotlin/cn/flightfeather/supervision/business/storage/item/WhScoreItem_2.kt
@@ -13,7 +13,7 @@
/**
 * Date 2022/1/20 16:14
 * Created by feiyu
 * 工地
 * 码头
 */
@Component
class WhScoreItem_2:ScoreItem() {
@@ -53,6 +53,7 @@
        var result: Int? = null
        r.forEach {
            if (it == null) return@forEach
            if (it.drExceedTimes > 0) {
                result = 0
            }