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/main/kotlin/cn/flightfeather/supervision/business/storage/StAutoScore.kt |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/kotlin/cn/flightfeather/supervision/business/storage/StAutoScore.kt b/src/main/kotlin/cn/flightfeather/supervision/business/storage/StAutoScore.kt
index c776371..00721c7 100644
--- a/src/main/kotlin/cn/flightfeather/supervision/business/storage/StAutoScore.kt
+++ b/src/main/kotlin/cn/flightfeather/supervision/business/storage/StAutoScore.kt
@@ -110,10 +110,10 @@
     fun topTaskGrade(topTaskId:String) {
         rows.clear()
         subtaskMapper.selectByTopTask2(topTaskId, sceneType.value.toInt()).forEach {
-//            sceneGrade(it)
-            sceneGradeToFile(it)
+            sceneGrade(it)
+//            sceneGradeToFile(it)
         }
-        toFile()
+//        toFile()
     }
 
     /**

--
Gitblit v1.9.3