微调
This commit is contained in:
@@ -30,6 +30,9 @@ public class TreeDataVO {
|
||||
* 测试相
|
||||
*/
|
||||
private Integer index;
|
||||
|
||||
private String scriptType;
|
||||
|
||||
/**
|
||||
* 是否检测合格
|
||||
*/
|
||||
|
||||
@@ -172,6 +172,7 @@ public class ResultServiceImpl implements IResultService {
|
||||
if (finalResultMap.containsKey(index)) {
|
||||
TreeDataVO dtlType = new TreeDataVO();
|
||||
dtlType.setIndex(index);
|
||||
dtlType.setScriptType(scriptDtlIndexList.get(0).getScriptType());
|
||||
ratedScriptTypeName(scriptDtlIndexList, isValueType, dtlType, dictTree);
|
||||
dtlType.setSourceDesc(getStringBuffer(scriptDtlIndexList, isValueType).toString());
|
||||
dtlType.setFly(conform(finalResultMap.get(index)));
|
||||
|
||||
Reference in New Issue
Block a user