hcong
2024-11-19 0674dea7dd0e75199c0c200e6a41070c25677082
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)
        }