提交 73143507 作者: zhenjie

用户个人信息接口添加用户名字段

上级 33e52d30
...@@ -106,6 +106,7 @@ public class UserAccountServiceImpl implements UserAccountService { ...@@ -106,6 +106,7 @@ public class UserAccountServiceImpl implements UserAccountService {
RealNameAuthDTO realNameAuthDTO = nameAuthDTOResultBody.getResult(); RealNameAuthDTO realNameAuthDTO = nameAuthDTOResultBody.getResult();
if (realNameAuthDTO != null && realNameAuthDTO.getCheckStatus().equals(1)) { if (realNameAuthDTO != null && realNameAuthDTO.getCheckStatus().equals(1)) {
userAccountVO.setRealNameAuthStatus(1); userAccountVO.setRealNameAuthStatus(1);
userAccountVO.setUserName(realNameAuthDTO.getUserName());
} }
CompanyAuthVO companyAuthVO = companyAuthService.getCompanyAuthByUId(userAccountId); CompanyAuthVO companyAuthVO = companyAuthService.getCompanyAuthByUId(userAccountId);
if (companyAuthVO != null) { if (companyAuthVO != null) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论