|
|
|
@ -411,12 +411,15 @@ public class HrUserAccountServiceImpl extends ServiceImpl<HrUserAccountMapper, H |
|
|
|
|
|
|
|
|
|
//查询个人端用户信息
|
|
|
|
|
Integer userId = null; |
|
|
|
|
String phone = null; |
|
|
|
|
for (HrUserAccount hrUserAccount : userAccountList) { |
|
|
|
|
if (hrUserAccount.getPlatformId().equals("7")){ |
|
|
|
|
userId = hrUserAccount.getUserId(); |
|
|
|
|
phone = hrUserAccount.getPhone(); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
HrUserInfo hrUserInfo = hrUserInfoMapper.selectByUserId(userId); |
|
|
|
|
hrUserInfo.setPhone(phone); |
|
|
|
|
hrUserInfo.setAuthentication("未认证"); |
|
|
|
|
|
|
|
|
|
UserAuthenticationInformation authenticationInformation = userAuthenticationInformationMapper.selectOne( |
|
|
|
|