From 77f6cf1868777a27c033af7d6d4f2fe9d2afc30d Mon Sep 17 00:00:00 2001
From: 林致杰 <1003392067@qq.com>
Date: 星期四, 19 十月 2023 18:26:43 +0800
Subject: [PATCH] LAQ支持,新增python转换

---
 src/main/java/com/ots/project/tool/report/LAQ/condition/ScoreInterpretationBLA.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/ots/project/tool/report/LAQ/condition/ScoreInterpretationBLA.java b/src/main/java/com/ots/project/tool/report/LAQ/condition/ScoreInterpretationBLA.java
index b04f768..f7d9982 100644
--- a/src/main/java/com/ots/project/tool/report/LAQ/condition/ScoreInterpretationBLA.java
+++ b/src/main/java/com/ots/project/tool/report/LAQ/condition/ScoreInterpretationBLA.java
@@ -14,7 +14,7 @@
 @Setter
 @Slf4j
 public class ScoreInterpretationBLA extends BaseCondition_V2 {
-    private String name = "BehaviorCharacteristicsV1";
+    private String name = "ScoreInterpretationBLA";
     private Double BLA;
 
     @Override

--
Gitblit v1.9.1