|
|
@@ -136,7 +136,7 @@ public class RedisExpiredPhotographListener extends KeyExpirationEventMessageLis
|
|
|
log.info("调用算法服务识别!");
|
|
|
ResultData resultData = remoteForwardService.warningCheck(algorithmWarningBo);
|
|
|
log.info("调用算法服务返回结果:result={}",JSON.toJSONString(resultData));
|
|
|
- if (HttpStatus.SUCCESS == resultData.getCode()) {
|
|
|
+ if (HttpStatus.SUCCESS != resultData.getCode()) {
|
|
|
//算法调用 默认返回成功!
|
|
|
//if (HttpStatus.SUCCESS != 200) {
|
|
|
log.error("调用算法服务失败!{}",resultData);
|