微调
This commit is contained in:
@@ -21,9 +21,21 @@ public class SourceIssue {
|
|||||||
@JSONField(name = "sourceId", ordinal = 1)
|
@JSONField(name = "sourceId", ordinal = 1)
|
||||||
private String sourceId;
|
private String sourceId;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 检测脚本
|
||||||
|
*/
|
||||||
|
@JSONField(serialize = false)
|
||||||
|
private String scriptId;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 总检测下的检测脚本序号
|
||||||
|
*/
|
||||||
@JSONField(serialize = false)
|
@JSONField(serialize = false)
|
||||||
private Integer index;
|
private Integer index;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 装置下发参数
|
||||||
|
*/
|
||||||
@JSONField(serialize = false)
|
@JSONField(serialize = false)
|
||||||
private List<String> devValueTypeList;
|
private List<String> devValueTypeList;
|
||||||
|
|
||||||
|
|||||||
@@ -152,6 +152,7 @@ public class PqScriptDtlsServiceImpl extends ServiceImpl<PqScriptDtlsMapper, PqS
|
|||||||
checkDataParam.setIndex(freqDtls.getIndex());
|
checkDataParam.setIndex(freqDtls.getIndex());
|
||||||
checkDataParam.setIsValueTypeName(true);
|
checkDataParam.setIsValueTypeName(true);
|
||||||
issue.setDevValueTypeList(pqScriptCheckDataService.getValueType(checkDataParam));
|
issue.setDevValueTypeList(pqScriptCheckDataService.getValueType(checkDataParam));
|
||||||
|
issue.setScriptId(freqDtls.getScriptId());
|
||||||
issue.setFUn(volt);
|
issue.setFUn(volt);
|
||||||
issue.setFIn(curr);
|
issue.setFIn(curr);
|
||||||
issue.setFFreq(freqDtls.getValue());
|
issue.setFFreq(freqDtls.getValue());
|
||||||
|
|||||||
Reference in New Issue
Block a user