From 9867f6d5c5bccfe52b878c344c536905dd6b309e Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期四, 09 六月 2022 08:48:06 +0800 Subject: [PATCH] 1. 接口文档自动输出 --- src/main/kotlin/cn/flightfeather/supervision/common/score/AutoScore.kt | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/main/kotlin/cn/flightfeather/supervision/common/score/AutoScore.kt b/src/main/kotlin/cn/flightfeather/supervision/common/score/AutoScore.kt index e8a889e..d0305c5 100644 --- a/src/main/kotlin/cn/flightfeather/supervision/common/score/AutoScore.kt +++ b/src/main/kotlin/cn/flightfeather/supervision/common/score/AutoScore.kt @@ -105,6 +105,7 @@ // FIXME: 2021/4/28 鍦烘櫙绫诲瀷 // 姹戒慨绫诲瀷 .andEqualTo("extension2", SCENE_TYPE.value.toString()) + .andEqualTo("isenable", true) // 椁愰ギ绫诲瀷 // .andEqualTo("extension2", SCENE_TYPE.value.toString()) // orderBy("workno") @@ -166,7 +167,8 @@ it.realname, SCENE_TYPE, year, - month + month, + now ) var score = 0 -- Gitblit v1.9.3