优化--返回backUserId字段

上级 6e211b90
流水线 #8963 已通过 于阶段
in 2 分 29 秒
...@@ -98,6 +98,7 @@ public class CompanyServiceImpl implements CompanyService { ...@@ -98,6 +98,7 @@ public class CompanyServiceImpl implements CompanyService {
if (backUserAccountDO != null) { if (backUserAccountDO != null) {
companyInfoVO.setPhoneNum(backUserAccountDO.getPhoneNum()); companyInfoVO.setPhoneNum(backUserAccountDO.getPhoneNum());
companyInfoVO.setBackUserAccountId(backUserAccountId); companyInfoVO.setBackUserAccountId(backUserAccountId);
companyInfoVO.setBackUserId(backUserAccountId);
} }
} }
return ResultBody.success(companyInfoVO); return ResultBody.success(companyInfoVO);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论