This commit is contained in:
wr
2025-03-04 11:34:38 +08:00
parent 98dd7894b8
commit 993ac5f019
2 changed files with 1 additions and 5 deletions

View File

@@ -783,7 +783,7 @@ public class SocketDevResponseService {
if (param.getOperateType().equals(SourceOperateCodeEnum.RE_ERROR_TEST.getValue())) { if (param.getOperateType().equals(SourceOperateCodeEnum.RE_ERROR_TEST.getValue())) {
//不合格项复检 //不合格项复检
StorageParam storageParam = new StorageParam(); StorageParam storageParam = new StorageParam();
storageParam.setCode(Integer.valueOf(param.getPlanCode())); storageParam.setCode(Integer.valueOf(param.getCode()));
storageParam.setScriptId(param.getScriptId()); storageParam.setScriptId(param.getScriptId());
List<Integer> indexes = adHarmonicService.getIndex(storageParam); List<Integer> indexes = adHarmonicService.getIndex(storageParam);
issueParam.setIndexList(indexes); issueParam.setIndexList(indexes);

View File

@@ -25,10 +25,6 @@ public class PreDetectionParam {
@NotBlank(message = "计划id不可为空") @NotBlank(message = "计划id不可为空")
private String planId; private String planId;
/**
* 检测计划code
*/
private String planCode;
/** /**
* 数字、模拟、比对 * 数字、模拟、比对