记得上下班打卡 | git大法好,push需谨慎

Commit df3257d7 authored by anjiabin's avatar anjiabin

屏蔽nft消费中的eorro耗时日志

parent 6d8e1032
......@@ -262,7 +262,7 @@ public class ZxinUserCommonBiz {
}
long endTime = System.currentTimeMillis();
log.error("开通数字账户userRegister总耗时:{} ",endTime-startTime);
log.info("开通数字账户userRegister总耗时:{} ",endTime-startTime);
if(StringUtil.isNotEmpty(sysFailDesc)){
return ResponseDto.failure(sysFailDesc);
......@@ -356,7 +356,7 @@ public class ZxinUserCommonBiz {
,reqDto.getUserName().concat(",").concat(reqDto.getMobile()),openAccFailKeyExpireTime);
}
long endTime = System.currentTimeMillis();
log.error("同步数字账户syncOpenAccount总耗时:{} ",endTime-startTime);
log.info("同步数字账户syncOpenAccount总耗时:{} ",endTime-startTime);
return isOpenAccount;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment