提交 679ca4db 作者: han

去除无用日志

上级 2c52ddd6
流水线 #8079 已通过 于阶段
in 2 分 22 秒
...@@ -161,7 +161,7 @@ public class UserAccountServiceImpl implements UserAccountService { ...@@ -161,7 +161,7 @@ public class UserAccountServiceImpl implements UserAccountService {
userAccountVO.setCompanyInfoVO(companyInfoVO); userAccountVO.setCompanyInfoVO(companyInfoVO);
} }
Integer backUserId = certificationDao.selectBackUserIdByUserId(userAccountId); Integer backUserId = certificationDao.selectBackUserIdByUserId(userAccountId);
log.info("userAccountId {} 用户对应的backUserId=============》{}",userAccountId,backUserId); // log.info("userAccountId {} 用户对应的backUserId=============》{}",userAccountId,backUserId);
if(backUserId!=null) { if(backUserId!=null) {
userAccountVO.setBackUserId(backUserId); userAccountVO.setBackUserId(backUserId);
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论