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