From b041775dae4438e428d2b70d2b22cfe8c49844fe Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期二, 19 七月 2022 16:22:36 +0800
Subject: [PATCH] 1. 巡查汇总报告功能编写基本完成

---
 src/test/kotlin/cn/flightfeather/supervision/business/fume/AutoScoreTest.kt |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/test/kotlin/cn/flightfeather/supervision/business/fume/AutoScoreTest.kt b/src/test/kotlin/cn/flightfeather/supervision/business/fume/AutoScoreTest.kt
index bd46631..f02583c 100644
--- a/src/test/kotlin/cn/flightfeather/supervision/business/fume/AutoScoreTest.kt
+++ b/src/test/kotlin/cn/flightfeather/supervision/business/fume/AutoScoreTest.kt
@@ -39,7 +39,9 @@
     @Test
     fun go() {
         autoScore.sceneType = Constant.ScenseType.TYPE1
-        autoScore.topTaskGrade("Z3RwJ5jF123sjDsj")
+        autoScore.topTaskGrade("tgfMJWdUJqWE6bWo")
+//        val subtask = subtaskMapper.selectByPrimaryKey("1DxdkFdVAdQD5Mce")
+//        autoScore.sceneGrade(subtask)
 //        autoScore3.go(2022, 1, 2)
 //        val t = problemlistMapper.getStatisticalResult("310116", "2021-09-01 00:00:00", "2021-09-30 00:00:00", "1")
 //        println()

--
Gitblit v1.9.3