|
|
@ -911,8 +911,9 @@ public class AnalyseResponseServiceImpl implements IAnalyseResponseService { |
|
|
// AlgValue algValue = selectAlgMap(objectId, analyseResPoint.getType()); |
|
|
// AlgValue algValue = selectAlgMap(objectId, analyseResPoint.getType()); |
|
|
// resultAnalysis.parseAlg(analyseResPoint.getType(), algValue, value, analyseResPoint.getDesc()); |
|
|
// resultAnalysis.parseAlg(analyseResPoint.getType(), algValue, value, analyseResPoint.getDesc()); |
|
|
// } |
|
|
// } |
|
|
|
|
|
// 兼容判断纠偏算法的code值 |
|
|
if (resultAnalysisUtils.checkCode(analyseResPoint.getCode(), analyseResPoint.getDesc(), resultAnalysis) |
|
|
if (resultAnalysisUtils.checkCode(analyseResPoint.getCode(), analyseResPoint.getDesc(), resultAnalysis) |
|
|
|| "2001".equals(analyseResPoint.getCode()) && "correction".equals(analyseResPoint.getType())) { |
|
|
|
|
|
|
|
|
|| ("correction".equals(analyseResPoint.getType()) && Arrays.asList("2001", "2002", "2003").contains(analyseResPoint.getCode()) )) { |
|
|
AlgValue algValue = selectAlgMap(objectId, analyseResPoint.getType()); |
|
|
AlgValue algValue = selectAlgMap(objectId, analyseResPoint.getType()); |
|
|
resultAnalysisUtils.parseAlg(analyseResPoint.getType(), algValue, value, analyseResPoint.getDesc(), resultAnalysis); |
|
|
resultAnalysisUtils.parseAlg(analyseResPoint.getType(), algValue, value, analyseResPoint.getDesc(), resultAnalysis); |
|
|
} |
|
|
} |
|
|
|