From 993ac5f01989f5149b5286ae0f048d8673e3a525 Mon Sep 17 00:00:00 2001 From: wr <1754607820@qq.com> Date: Tue, 4 Mar 2025 11:34:38 +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 --- .../gather/detection/handler/SocketDevResponseService.java | 2 +- .../njcn/gather/detection/pojo/param/PreDetectionParam.java | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) 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 e641adf5..2f1d6c68 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 @@ -783,7 +783,7 @@ public class SocketDevResponseService { if (param.getOperateType().equals(SourceOperateCodeEnum.RE_ERROR_TEST.getValue())) { //不合格项复检 StorageParam storageParam = new StorageParam(); - storageParam.setCode(Integer.valueOf(param.getPlanCode())); + storageParam.setCode(Integer.valueOf(param.getCode())); storageParam.setScriptId(param.getScriptId()); List indexes = adHarmonicService.getIndex(storageParam); issueParam.setIndexList(indexes); diff --git a/detection/src/main/java/com/njcn/gather/detection/pojo/param/PreDetectionParam.java b/detection/src/main/java/com/njcn/gather/detection/pojo/param/PreDetectionParam.java index c45208b7..b8909722 100644 --- a/detection/src/main/java/com/njcn/gather/detection/pojo/param/PreDetectionParam.java +++ b/detection/src/main/java/com/njcn/gather/detection/pojo/param/PreDetectionParam.java @@ -25,10 +25,6 @@ public class PreDetectionParam { @NotBlank(message = "计划id不可为空") private String planId; - /** - * 检测计划code - */ - private String planCode; /** * 数字、模拟、比对