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/LAQ/condition/AlignmentIndications.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/ots/project/tool/report/LAQ/condition/AlignmentIndications.java b/src/main/java/com/ots/project/tool/report/LAQ/condition/AlignmentIndications.java
index 40df524..0362b21 100644
--- a/src/main/java/com/ots/project/tool/report/LAQ/condition/AlignmentIndications.java
+++ b/src/main/java/com/ots/project/tool/report/LAQ/condition/AlignmentIndications.java
@@ -38,7 +38,7 @@
             //鍒嗘暟鍖洪棿璁$畻浠g爜
             boolean LIBLAQ0051A = OLAS >= 70;
             boolean LIBLAQ0061A = 30 < OLAS && OLAS < 70;
-            boolean LIBLAQ0071A = 30 <= OLAS;
+            boolean LIBLAQ0071A = OLAS <= 30;
 
             Map calculateMap = new HashMap();
             calculateMap.put(LIBLAQ0051A, "LIBLAQ0051,LIBLAQ0052,LIBLAQ0053,LIBLAQ0054");

--
Gitblit v1.9.1