调整检测树暂态数据信息

This commit is contained in:
wr
2025-01-13 15:59:35 +08:00
parent 92887b773c
commit 495b045e6d

View File

@@ -265,6 +265,7 @@ public class ResultServiceImpl implements IResultService {
//特征幅值=20%Un持续时间=1周波
dlt.setScriptTypeName("特征幅值=" + dtls.getTransValue() + "%Un持续时间=" + dtls.getRetainTime().intValue() + "周波");
dlt.setIndex(dtls.getIndex());
dlt.setScriptType(scriptDtlIndexList.get(0).getScriptType());
dlt.setSourceDesc(getStringBuffer(scriptDtlIndexList, isValueType).toString());
dlt.setFly(conform(finalResultMap.get(dtls.getIndex())));
info.add(dlt);