Compare commits
2 Commits
40450a24e7
...
ccd4831453
Author | SHA1 | Date |
---|---|---|
|
ccd4831453 | |
|
14b5fd4a5a |
|
@ -285,8 +285,7 @@ public class UserServiceImpl extends ServiceImpl<UserDao, UserEntity> implements
|
|||
}
|
||||
}
|
||||
} else {
|
||||
UserEntity userInfo = new UserEntity();
|
||||
userInfo.setBindingConsortiaId(userInfo1.getBindingConsortiaId());
|
||||
UserEntity userInfo;
|
||||
if(userInfo1.getType()!=null && userInfo1.getType()==2){
|
||||
userInfo1.setArtificerOpenId(userInfo1.getOpenId());
|
||||
userInfo1.setOpenId(null);
|
||||
|
@ -305,6 +304,7 @@ public class UserServiceImpl extends ServiceImpl<UserDao, UserEntity> implements
|
|||
}
|
||||
}
|
||||
userInfo.setUpdateTime(date);
|
||||
userInfo.setBindingConsortiaId(userInfo1.getBindingConsortiaId());
|
||||
baseMapper.updateById(userInfo);
|
||||
if(userInfo1.getType()!=null && userInfo1.getType()==2){
|
||||
Artificer artificer = artificerService.selectArtificerByUserId(userInfo.getUserId());
|
||||
|
|
Loading…
Reference in New Issue