This commit is contained in:
wr
2025-03-11 18:24:02 +08:00
parent 708a4e6fbd
commit 81645ae1ba

View File

@@ -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);
}