From 82baf5d28ce79aa4d3b64956207d247596726924 Mon Sep 17 00:00:00 2001 From: hcong <1050828145@qq.com> Date: 星期二, 10 十二月 2024 11:21:33 +0800 Subject: [PATCH] 1. BgTaskStatus状态属性序列化 --- src/main/kotlin/cn/flightfeather/supervision/business/autooutput/score/restaurant/ReScoreItem10.kt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/kotlin/cn/flightfeather/supervision/business/autooutput/score/restaurant/ReScoreItem10.kt b/src/main/kotlin/cn/flightfeather/supervision/business/autooutput/score/restaurant/ReScoreItem10.kt index d7b7b88..a7447ff 100644 --- a/src/main/kotlin/cn/flightfeather/supervision/business/autooutput/score/restaurant/ReScoreItem10.kt +++ b/src/main/kotlin/cn/flightfeather/supervision/business/autooutput/score/restaurant/ReScoreItem10.kt @@ -44,7 +44,7 @@ val s = lt.withDayOfMonth(1).withHour(0).withMinute(0).withSecond(0) val e = s.plusMonths(1) - var i = 1 + var i = 0 when { condition3(s, e) -> { i = 3 -- Gitblit v1.9.3