feiyu02
2026-01-21 fe031e01cc1737c2f05a133fde7c36c7a2a7b4b4
src/main/kotlin/cn/flightfeather/supervision/common/score/item/ScoreItem_11.kt
@@ -60,7 +60,7 @@
            true
        } else {
            val latestTime = LocalDateTime.ofInstant(c[0].cmCreateTime.toInstant(), ZoneId.systemDefault())
            val now = LocalDateTime.of(info.year, eMonth + 1, 1, 0, 0, 0)
            val now = LocalDateTime.of(info.year, eMonth, 1, 0, 0, 0).plusMonths(1)
            now.minusYears(1).isAfter(latestTime)
        }
    }