feiyu02
2022-07-19 b041775dae4438e428d2b70d2b22cfe8c49844fe
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 {