From fbfb32a57f1936ca8d66eae3226e30dfa6c42789 Mon Sep 17 00:00:00 2001 From: htjcAdmin Date: Wed, 30 Jul 2025 14:20:15 +0800 Subject: [PATCH] =?UTF-8?q?/*meterPath=E4=BF=AE=E6=94=B9*/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../inspect/simulator/service/impl/AlgorithmServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/inspect/simulator/service/impl/AlgorithmServiceImpl.java b/src/main/java/com/inspect/simulator/service/impl/AlgorithmServiceImpl.java index 4e05e58..bac75e8 100644 --- a/src/main/java/com/inspect/simulator/service/impl/AlgorithmServiceImpl.java +++ b/src/main/java/com/inspect/simulator/service/impl/AlgorithmServiceImpl.java @@ -166,7 +166,7 @@ public class AlgorithmServiceImpl implements AlgorithmService { log.error("BIG_MODEL_INFRARED continue to call infrared EXCEPTION: {}", e.getMessage()); } } - } else if (MiscUtils.checkMeterType(typeList) && !"null".equals(infraredPath)) { + } else if (MiscUtils.checkMeterType(typeList) && !"null".equals(meterPath)) { if(testMode) { try { log.info(Color.MAGENTA + "BIG_MODEL_METER_TEST analyseResult={}" + Color.END, new Gson().toJson(analyseResult));