From 6e1095e946997e406926c204ceeb5c820dbd07c1 Mon Sep 17 00:00:00 2001
From: Riku <risaku@163.com>
Date: 星期二, 13 八月 2024 23:51:47 +0800
Subject: [PATCH] 1. 修复文件扩展名获取错误问题 2. 调试完善设备信息相关接口

---
 src/main/kotlin/cn/flightfeather/supervision/business/autooutput/score/AopEvaluation.kt |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/main/kotlin/cn/flightfeather/supervision/business/autooutput/score/AopEvaluation.kt b/src/main/kotlin/cn/flightfeather/supervision/business/autooutput/score/AopEvaluation.kt
index 894422a..3c0ae96 100644
--- a/src/main/kotlin/cn/flightfeather/supervision/business/autooutput/score/AopEvaluation.kt
+++ b/src/main/kotlin/cn/flightfeather/supervision/business/autooutput/score/AopEvaluation.kt
@@ -36,8 +36,6 @@
     whScoreItem1: WhScoreItem1,
     whScoreItem2: WhScoreItem2,
     reScoreItem5: ReScoreItem5,
-    // FIXME: 2023/12/29 鍒犲幓鐗规畩璇勪及瑙勫垯
-//    reScoreItem7: ReScoreItem7,
     reScoreItem8: ReScoreItem8,
     reScoreItem9: ReScoreItem9,
     reScoreItem10: ReScoreItem10,
@@ -62,7 +60,6 @@
             add(whScoreItem1)
             add(whScoreItem2)
             add(reScoreItem5)
-//            add(reScoreItem7)
             add(reScoreItem8)
             add(reScoreItem9)
             add(reScoreItem10)

--
Gitblit v1.9.3