用户对象初始化
This commit is contained in:
parent
67d8316a1b
commit
dbba0c5545
|
@ -285,7 +285,7 @@ public class UserServiceImpl extends ServiceImpl<UserDao, UserEntity> implements
|
|||
}
|
||||
}
|
||||
} else {
|
||||
UserEntity userInfo;
|
||||
UserEntity userInfo = new UserEntity();
|
||||
userInfo.setBindingConsortiaId(userInfo1.getBindingConsortiaId());
|
||||
if(userInfo1.getType()!=null && userInfo1.getType()==2){
|
||||
userInfo1.setArtificerOpenId(userInfo1.getOpenId());
|
||||
|
|
Loading…
Reference in New Issue