From 10f39b44a2ab8d5bc00580d1ff71cad1cfd34ab3 Mon Sep 17 00:00:00 2001 From: hongawen <83944980@qq.com> Date: Mon, 9 Jun 2025 20:24:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=83=A8=E5=88=86=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../gather/result/service/impl/ResultServiceImpl.java | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/detection/src/main/java/com/njcn/gather/result/service/impl/ResultServiceImpl.java b/detection/src/main/java/com/njcn/gather/result/service/impl/ResultServiceImpl.java index d437656f..87dc72bf 100644 --- a/detection/src/main/java/com/njcn/gather/result/service/impl/ResultServiceImpl.java +++ b/detection/src/main/java/com/njcn/gather/result/service/impl/ResultServiceImpl.java @@ -1172,11 +1172,12 @@ public class ResultServiceImpl implements IResultService { standard = PubUtils.doubleRoundStr(4, tempC.getResultData()) == null ? "/" : PubUtils.doubleRoundStr(4, tempC.getResultData()); } } - if (scriptCode.equalsIgnoreCase("I")) { - resultA = "/"; - resultB = "/"; - resultC = "/"; - } + // 浙江脚本特殊处理 +// if (scriptCode.equalsIgnoreCase("I")) { +// resultA = "/"; +// resultB = "/"; +// resultC = "/"; +// } if (standardA.equals(standardB) && standardA.equals(standardC)) { standard = standardA; }