|
|
@ -898,7 +898,8 @@ 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()); |
|
|
// } |
|
|
// } |
|
|
if (resultAnalysisUtils.checkCode(analyseResPoint.getCode(), analyseResPoint.getDesc(), resultAnalysis)) { |
|
|
|
|
|
|
|
|
if (resultAnalysisUtils.checkCode(analyseResPoint.getCode(), analyseResPoint.getDesc(), resultAnalysis) |
|
|
|
|
|
|| "2001".equals(analyseResPoint.getCode()) && "correction".equals(analyseResPoint.getType())) { |
|
|
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); |
|
|
} |
|
|
} |
|
|
|