From f891000086af5ac150fc120e1f3c781266f1d063 Mon Sep 17 00:00:00 2001
From: wzp <2040239371@qq.com>
Date: 星期三, 21 八月 2024 17:13:57 +0800
Subject: [PATCH] 优化LAQ全景图图表,使用python生成

---
 src/main/java/com/ots/project/tool/report/MAQNEW/condition/KeyPointsStrengths_V2.java |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/ots/project/tool/report/MAQNEW/condition/KeyPointsStrengths_V2.java b/src/main/java/com/ots/project/tool/report/MAQNEW/condition/KeyPointsStrengths_V2.java
index 76d27d3..ab71125 100644
--- a/src/main/java/com/ots/project/tool/report/MAQNEW/condition/KeyPointsStrengths_V2.java
+++ b/src/main/java/com/ots/project/tool/report/MAQNEW/condition/KeyPointsStrengths_V2.java
@@ -17,6 +17,7 @@
 @Slf4j
 public class KeyPointsStrengths_V2 extends BaseCondition_V2 {
     private String name = "KeyPointsStrengths_V2";
+    @Override
     public TLibraryCode calculate(Map<String, String> map, LangTypeEnum langType) {
         try {
             Map<String, String> paramMap = new HashMap();

--
Gitblit v1.9.1