微调
This commit is contained in:
@@ -201,6 +201,7 @@ public class ResultServiceImpl implements IResultService {
|
|||||||
TreeDataVO dtlType = new TreeDataVO();
|
TreeDataVO dtlType = new TreeDataVO();
|
||||||
dtlType.setIndex(index);
|
dtlType.setIndex(index);
|
||||||
dtlType.setScriptType(scriptDtlIndexList.get(0).getScriptType());
|
dtlType.setScriptType(scriptDtlIndexList.get(0).getScriptType());
|
||||||
|
dtlType.setScriptTypeCode(subKey);
|
||||||
ratedScriptTypeName(scriptDtlIndexList, isValueType, dtlType, dictTree);
|
ratedScriptTypeName(scriptDtlIndexList, isValueType, dtlType, dictTree);
|
||||||
dtlType.setSourceDesc(ScriptDtlsDesc.getStringBuffer(scriptDtlIndexList, false, isValueType).toString());
|
dtlType.setSourceDesc(ScriptDtlsDesc.getStringBuffer(scriptDtlIndexList, false, isValueType).toString());
|
||||||
if (finalResultMap.containsKey(index)) {
|
if (finalResultMap.containsKey(index)) {
|
||||||
@@ -245,7 +246,7 @@ public class ResultServiceImpl implements IResultService {
|
|||||||
TreeDataVO dtlType = new TreeDataVO();
|
TreeDataVO dtlType = new TreeDataVO();
|
||||||
dtlType.setIndex(index);
|
dtlType.setIndex(index);
|
||||||
dtlType.setScriptType(scriptDtlIndexList.get(0).getScriptType());
|
dtlType.setScriptType(scriptDtlIndexList.get(0).getScriptType());
|
||||||
dtlType.setScriptTypeCode(scriptDtlIndexList.get(0).getScriptCode());
|
dtlType.setScriptTypeCode(subKey);
|
||||||
if ("Harm".equals(subKey)) {
|
if ("Harm".equals(subKey)) {
|
||||||
harmScriptTypeName(scriptDtlIndexList, dictTree, isValueType, dtlType);
|
harmScriptTypeName(scriptDtlIndexList, dictTree, isValueType, dtlType);
|
||||||
}
|
}
|
||||||
@@ -298,6 +299,7 @@ public class ResultServiceImpl implements IResultService {
|
|||||||
dlt.setScriptTypeName("特征幅值=" + dtls.getTransValue() + "%Un,持续时间=" + dtls.getRetainTime().intValue() + "周波");
|
dlt.setScriptTypeName("特征幅值=" + dtls.getTransValue() + "%Un,持续时间=" + dtls.getRetainTime().intValue() + "周波");
|
||||||
dlt.setIndex(dtls.getScriptIndex());
|
dlt.setIndex(dtls.getScriptIndex());
|
||||||
dlt.setScriptType(scriptDtlIndexList.get(0).getScriptType());
|
dlt.setScriptType(scriptDtlIndexList.get(0).getScriptType());
|
||||||
|
dlt.setScriptTypeCode("Base_" + start + "_" + end);
|
||||||
dlt.setSourceDesc(ScriptDtlsDesc.getStringBuffer(scriptDtlIndexList, false, isValueType).toString());
|
dlt.setSourceDesc(ScriptDtlsDesc.getStringBuffer(scriptDtlIndexList, false, isValueType).toString());
|
||||||
if (finalResultMap.containsKey(dtls.getScriptIndex())) {
|
if (finalResultMap.containsKey(dtls.getScriptIndex())) {
|
||||||
dlt.setFly(conform(finalResultMap.get(dtls.getScriptIndex())));
|
dlt.setFly(conform(finalResultMap.get(dtls.getScriptIndex())));
|
||||||
|
|||||||
Reference in New Issue
Block a user