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