微调
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
@@ -25,10 +25,6 @@ public class PreDetectionParam {
|
|||||||
@NotBlank(message = "计划id不可为空")
|
@NotBlank(message = "计划id不可为空")
|
||||||
private String planId;
|
private String planId;
|
||||||
|
|
||||||
/**
|
|
||||||
* 检测计划code
|
|
||||||
*/
|
|
||||||
private String planCode;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 数字、模拟、比对
|
* 数字、模拟、比对
|
||||||
|
|||||||
Reference in New Issue
Block a user