123
This commit is contained in:
@@ -130,6 +130,10 @@ public class CurrentUserManager {
|
||||
updateFlag=true;
|
||||
updateYunxin=true;
|
||||
}
|
||||
if(res.getInviteId() != null){
|
||||
update.set(User::getInviteId,res.getInviteId());
|
||||
// TODO 邀请人的后续操作
|
||||
}
|
||||
if(res.getBirthday() != null){
|
||||
update.set(User::getBirthday,res.getBirthday());
|
||||
uinfoReq.setBirth(res.getBirthday().format(DateTimeFormatter.ofPattern("yyyy-MM-dd")));
|
||||
|
||||
Reference in New Issue
Block a user