|
|
|
@ -92,7 +92,7 @@ public class AnalyseResponseServiceImpl implements IAnalyseResponseService { |
|
|
|
); |
|
|
|
} |
|
|
|
|
|
|
|
public void handleAlgorithmResult(final AnalyseResult analyseResult) throws IOException { |
|
|
|
synchronized public void handleAlgorithmResult(final AnalyseResult analyseResult) throws IOException { |
|
|
|
//String logLabel = UUID.randomUUID().toString().trim().replaceAll(StringUtils.DASH, StringUtils.EMPTY); |
|
|
|
String requestId = analyseResult.getRequestId(); |
|
|
|
log.info(Color.GREEN + "HANDLE_ALGORITHM_RESULT_S patrolPointId: {}, filter: {}, requestId: {}, analyseResult:{}" + Color.END, |
|
|
|
|