Showing
1 changed file
with
1 additions
and
1 deletions
@@ -350,7 +350,7 @@ public class RealNameAuthorizeServiceImpl implements IRealNameAuthorizeService { | @@ -350,7 +350,7 @@ public class RealNameAuthorizeServiceImpl implements IRealNameAuthorizeService { | ||
350 | &&zhiMaCert_check_again.getCreateTime()>=today_zero | 350 | &&zhiMaCert_check_again.getCreateTime()>=today_zero |
351 | ){ | 351 | ){ |
352 | ZhimaCustomerCertificationQueryResponse zhiMaResp=ZhiMaCallUtil.zhiMaResult(zhiMaCert_check_again.getBizNo()); | 352 | ZhimaCustomerCertificationQueryResponse zhiMaResp=ZhiMaCallUtil.zhiMaResult(zhiMaCert_check_again.getBizNo()); |
353 | - logger.error("getValidZhiMaCert recall zhiMaCertResultQuery result is null,biz no {}",zhiMaCert_check_again.getBizNo()); | 353 | + logger.info("getValidZhiMaCert recall zhiMaCertResultQuery result is {},biz no {}",zhiMaResp,zhiMaCert_check_again.getBizNo()); |
354 | if(zhiMaResp!=null&&zhiMaResp.isSuccess()&&"true".equals(zhiMaResp.getPassed())){ | 354 | if(zhiMaResp!=null&&zhiMaResp.isSuccess()&&"true".equals(zhiMaResp.getPassed())){ |
355 | //芝麻认证通过 | 355 | //芝麻认证通过 |
356 | int updateCount = zhiMaCertDao.updateValidStatusByPrimaryKey(zhiMaCert_check_again.getId()); | 356 | int updateCount = zhiMaCertDao.updateValidStatusByPrimaryKey(zhiMaCert_check_again.getId()); |
-
Please register or login to post a comment