重置拉黑原因
This commit is contained in:
parent
df52fb2170
commit
f38ea13960
|
|
@ -1790,6 +1790,7 @@ public class UserServiceImpl extends ServiceImpl<UserDao, UserEntity> implements
|
||||||
}
|
}
|
||||||
|
|
||||||
userEntity.setStatus(1);
|
userEntity.setStatus(1);
|
||||||
|
userEntity.setPlatform("h5");
|
||||||
update(userEntity, new LambdaUpdateWrapper<UserEntity>().eq(UserEntity::getUserId, userId));
|
update(userEntity, new LambdaUpdateWrapper<UserEntity>().eq(UserEntity::getUserId, userId));
|
||||||
|
|
||||||
UserInfo userInfo = userInfoService.getOne(new LambdaQueryWrapper<UserInfo>().eq(UserInfo::getUserId, userId));
|
UserInfo userInfo = userInfoService.getOne(new LambdaQueryWrapper<UserInfo>().eq(UserInfo::getUserId, userId));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue