提交 42884d56 作者: xiaowang

bug修复

上级 a6ea4fd3
...@@ -213,6 +213,9 @@ public class UserFddAuthServiceImpl implements UserFddAuthService { ...@@ -213,6 +213,9 @@ public class UserFddAuthServiceImpl implements UserFddAuthService {
if (port.equals(0)) { if (port.equals(0)) {
UserAccountDO userInfo = userServiceDao.getUserAccountById(loginSuccessDTO.getUserAccountId()); UserAccountDO userInfo = userServiceDao.getUserAccountById(loginSuccessDTO.getUserAccountId());
uId = this.replaceUnableString(userInfo.getUnionId()); uId = this.replaceUnableString(userInfo.getUnionId());
if (flag == 2) {
uId = this.replaceUnableString(userInfo.getOpenId());
}
} else { } else {
uId = loginSuccessDTO.getUserAccountId().toString(); uId = loginSuccessDTO.getUserAccountId().toString();
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论