feiyu02
2025-07-23 517296b16b1faf07bc389809387b1937f9415746
src/test/kotlin/cn/flightfeather/supervision/business/bgtask/JinAnScoreTaskCtrlTest.kt
@@ -18,8 +18,8 @@
    @Test
    fun startTask() {
        var time = LocalDateTime.of(2024, 2, 1, 0, 0, 0)
        repeat(3) {
        var time = LocalDateTime.of(2024, 5, 1, 0, 0, 0)
        repeat(1) {
            jinAnScoreTaskCtrl.startTaskJinAn(time)
            time = time.plusMonths(1)
        }