feiyu02
2022-11-15 909fd8929d7906f1dca68acc05e36e29b0b9192c
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 {