Quellcode durchsuchen

社会风险预警-人-超时异常反一致

15810770710@163.com vor 2 Jahren
Ursprung
Commit
73109a1bac

+ 1 - 0
src/main/java/com/jkcredit/illegal/info/service/impl/IllegalInfoServiceImpl.java

@@ -82,6 +82,7 @@ public class IllegalInfoServiceImpl implements IllegalInfoService {
             CHARGE_LOGGER.info(JSON.toJSONString(new IllegalInfoChargeObject(illegalInfoResult, false, requestParams.getTraceId())));
             stringRedisTemplate.boundValueOps(CommonConstant.PERSON_ILLEGAL_INFO_QUERY_FAILED).increment();
             log.info("checkIllegalInfoResultError-流水号:{}, 上游结果异常", requestParams.getTraceId());
+            illegalInfoResult = new IllegalInfoResult().normalResult();
         } else {
             // 查询成功,计费
             CHARGE_LOGGER.info(JSON.toJSONString(new IllegalInfoChargeObject(illegalInfoResult, true, requestParams.getTraceId())));