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