2024年8月13日 修复扫码注册无法兼容微信一键登录的问题

This commit is contained in:
bai 2024-08-13 14:15:20 +08:00
parent 12c61d09f1
commit 67d8316a1b
1 changed files with 1 additions and 0 deletions

View File

@ -286,6 +286,7 @@ public class UserServiceImpl extends ServiceImpl<UserDao, UserEntity> implements
}
} else {
UserEntity userInfo;
userInfo.setBindingConsortiaId(userInfo1.getBindingConsortiaId());
if(userInfo1.getType()!=null && userInfo1.getType()==2){
userInfo1.setArtificerOpenId(userInfo1.getOpenId());
userInfo1.setOpenId(null);