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) } }