提交 b15e9088 作者: zhenjie

修改配置变量及bug修复

上级 1d41165c
...@@ -88,6 +88,9 @@ public class UserAccountServiceImpl implements UserAccountService { ...@@ -88,6 +88,9 @@ public class UserAccountServiceImpl implements UserAccountService {
@Override @Override
public UserAccountSimpleDTO getUserSimpleInfo(Integer userAccountId) { public UserAccountSimpleDTO getUserSimpleInfo(Integer userAccountId) {
UserAccountDO userAccountDO = userServiceDao.getUserAccountById(userAccountId); UserAccountDO userAccountDO = userServiceDao.getUserAccountById(userAccountId);
if (userAccountDO == null){
return null;
}
UserAccountSimpleDTO userAccountSimpleDTO = userAccountDO.buildUserAccountSimpleDTO(); UserAccountSimpleDTO userAccountSimpleDTO = userAccountDO.buildUserAccountSimpleDTO();
CompanyAuthVO companyAuthVO = companyAuthService.getCompanyAuthByUId(userAccountId); CompanyAuthVO companyAuthVO = companyAuthService.getCompanyAuthByUId(userAccountId);
if (companyAuthVO != null) { if (companyAuthVO != null) {
......
...@@ -50,7 +50,7 @@ wx: ...@@ -50,7 +50,7 @@ wx:
id: wx18b7883acd204278 id: wx18b7883acd204278
secret: 28afe74ba373830237a8133a7431ee82 secret: 28afe74ba373830237a8133a7431ee82
miniprogram-state: formal miniprogram-state: formal
env-version: formal env-version: release
token-path: /userservlet/wechat/getAppletUserAccessToken token-path: /userservlet/wechat/getAppletUserAccessToken
port: user port: user
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论