feiyu02
2022-07-14 4c7e2d8f8d4a93f318ada0e728dbc370e7504e92
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 {