提交 d9ef8465 作者: 刘明祎-运维用途

Merge branch 'master' of ssh://git.mmcuav.cn:8222/iuav/cms

流水线 #7811 已通过 于阶段
in 2 分 22 秒
...@@ -154,7 +154,7 @@ public interface PilotCertificationDao { ...@@ -154,7 +154,7 @@ public interface PilotCertificationDao {
* @param userId * @param userId
* @return {@link Integer} * @return {@link Integer}
*/ */
List<Integer> selectBackUserIdByUserId(Integer userId); Integer selectBackUserIdByUserId(Integer userId);
/** /**
* 获取审核通过飞手的电话号码 * 获取审核通过飞手的电话号码
* @param pilotId 飞手表id * @param pilotId 飞手表id
......
...@@ -149,10 +149,10 @@ public class UserAccountServiceImpl implements UserAccountService { ...@@ -149,10 +149,10 @@ public class UserAccountServiceImpl implements UserAccountService {
CompanyInfoVO companyInfoVO = companyInfoDO.buildCompanyInfoVO(); CompanyInfoVO companyInfoVO = companyInfoDO.buildCompanyInfoVO();
userAccountVO.setCompanyInfoVO(companyInfoVO); userAccountVO.setCompanyInfoVO(companyInfoVO);
} }
List<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.get(0)); userAccountVO.setBackUserId(backUserId);
} }
return userAccountVO; return userAccountVO;
} }
......
...@@ -18,4 +18,4 @@ patches: ...@@ -18,4 +18,4 @@ patches:
images: images:
- name: REGISTRY/NAMESPACE/IMAGE:TAG - name: REGISTRY/NAMESPACE/IMAGE:TAG
newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly/cms newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly/cms
newTag: 07050c3b2ddd785818a09f05c5d7ea023cf38806 newTag: 11b81c8d0f982919743a6398a63bd3336ef51d77
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论