From 8e78ae4e4cafa094642a8ae0660e9d2d38d1ada8 Mon Sep 17 00:00:00 2001 From: caozehui <2427765068@qq.com> Date: Tue, 4 Mar 2025 14:30:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../njcn/gather/detection/handler/SocketDevResponseService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/detection/src/main/java/com/njcn/gather/detection/handler/SocketDevResponseService.java b/detection/src/main/java/com/njcn/gather/detection/handler/SocketDevResponseService.java index 715b0bf7..040e5775 100644 --- a/detection/src/main/java/com/njcn/gather/detection/handler/SocketDevResponseService.java +++ b/detection/src/main/java/com/njcn/gather/detection/handler/SocketDevResponseService.java @@ -785,7 +785,7 @@ public class SocketDevResponseService { StorageParam storageParam = new StorageParam(); storageParam.setCode(Integer.valueOf(param.getCode())); storageParam.setScriptId(param.getScriptId()); - List indexes = adHarmonicService.getIndex(storageParam,false); + List indexes = adHarmonicService.getIndex(storageParam,true); issueParam.setIndexList(indexes); issueParam.setIsPhaseSequence(SourceOperateCodeEnum.COEFFICIENT_TEST.getValue()); } else {