src/main/kotlin/cn/flightfeather/supervision/business/fume/item/ScoreItem_10.kt
@@ -38,8 +38,8 @@ * 4.有环境违法行为且受到行政处罚 */ override fun otherProblem(size: Int): Int? { val s = Date.from(info.sTime.atZone(ZoneId.systemDefault()).toInstant()) val e = Date.from(info.eTime.atZone(ZoneId.systemDefault()).toInstant()) val s = Date.from(info.sTime?.atZone(ZoneId.systemDefault())?.toInstant()) val e = Date.from(info.eTime?.atZone(ZoneId.systemDefault())?.toInstant()) var i = 1 when {