|
|
|
@ -770,6 +770,10 @@ public class AnalyseResponseServiceImpl implements IAnalyseResponseService { |
|
|
|
resItem.getObjectId(), |
|
|
|
patrolResult.getFilePath(), |
|
|
|
analyseResPoint); |
|
|
|
if (StringUtils.isEmpty(resultAnalysis.getAlgType()) || resultAnalysis.getAlgType().contains(",")) { |
|
|
|
// 兼容算法结果传过来多个算法 |
|
|
|
continue; |
|
|
|
} |
|
|
|
resultAnalysisList.add(resultAnalysis); |
|
|
|
valueJoiner.add(resultAnalysis.getResValue()); |
|
|
|
String pointStatus = resultAnalysis.getPointStatus(); |
|
|
|
|