微调
This commit is contained in:
@@ -244,6 +244,8 @@ public class ResultServiceImpl implements IResultService {
|
|||||||
indexMap.forEach((index, scriptDtlIndexList) -> {
|
indexMap.forEach((index, scriptDtlIndexList) -> {
|
||||||
TreeDataVO dtlType = new TreeDataVO();
|
TreeDataVO dtlType = new TreeDataVO();
|
||||||
dtlType.setIndex(index);
|
dtlType.setIndex(index);
|
||||||
|
dtlType.setScriptType(scriptDtlIndexList.get(0).getScriptType());
|
||||||
|
dtlType.setScriptTypeCode(scriptDtlIndexList.get(0).getScriptCode());
|
||||||
if ("Harm".equals(subKey)) {
|
if ("Harm".equals(subKey)) {
|
||||||
harmScriptTypeName(scriptDtlIndexList, dictTree, isValueType, dtlType);
|
harmScriptTypeName(scriptDtlIndexList, dictTree, isValueType, dtlType);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user