From 909fd8929d7906f1dca68acc05e36e29b0b9192c Mon Sep 17 00:00:00 2001 From: feiyu02 <risaku@163.com> Date: 星期二, 15 十一月 2022 10:57:30 +0800 Subject: [PATCH] 2022.11.15 --- src/main/kotlin/cn/flightfeather/supervision/business/storage/item/StScoreItem_1.kt | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/main/kotlin/cn/flightfeather/supervision/business/storage/item/StScoreItem_1.kt b/src/main/kotlin/cn/flightfeather/supervision/business/storage/item/StScoreItem_1.kt index a9d0dba..dd7135f 100644 --- a/src/main/kotlin/cn/flightfeather/supervision/business/storage/item/StScoreItem_1.kt +++ b/src/main/kotlin/cn/flightfeather/supervision/business/storage/item/StScoreItem_1.kt @@ -9,6 +9,7 @@ /** * Date 2022/1/20 16:14 * Created by feiyu + * 鍫嗗満 */ @Component class StScoreItem_1:ScoreItem() { @@ -22,7 +23,7 @@ instance = this } - override var id: String = "amSNTZfXs2XXR1td" + override var id: String = "csInMYhgbBqWRyeB" override var name: String = "鏁存敼鎺柦鍙婃晥鏋�" @@ -34,9 +35,9 @@ */ override fun otherProblem(size: Int): Int? { val p = problemlistMapper.selectByExample(Example(Problemlist::class.java).apply { - createCriteria().andEqualTo("sguid", info.sceneId) - .andGreaterThanOrEqualTo("time", info.sTime) - .andLessThan("time", info.eTime) + createCriteria().andEqualTo("stguid", info.subTask?.stguid) +// .andGreaterThanOrEqualTo("time", info.sTime) +// .andLessThan("time", info.eTime) }) var i = 0 -- Gitblit v1.9.3