2024年8月13日 修复扫码注册无法兼容微信一键登录的问题
This commit is contained in:
parent
12c61d09f1
commit
67d8316a1b
|
@ -286,6 +286,7 @@ public class UserServiceImpl extends ServiceImpl<UserDao, UserEntity> implements
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
UserEntity userInfo;
|
UserEntity userInfo;
|
||||||
|
userInfo.setBindingConsortiaId(userInfo1.getBindingConsortiaId());
|
||||||
if(userInfo1.getType()!=null && userInfo1.getType()==2){
|
if(userInfo1.getType()!=null && userInfo1.getType()==2){
|
||||||
userInfo1.setArtificerOpenId(userInfo1.getOpenId());
|
userInfo1.setArtificerOpenId(userInfo1.getOpenId());
|
||||||
userInfo1.setOpenId(null);
|
userInfo1.setOpenId(null);
|
||||||
|
|
Loading…
Reference in New Issue