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