重置拉黑原因

This commit is contained in:
GYJ 2025-02-25 20:06:38 +08:00
parent df52fb2170
commit f38ea13960
1 changed files with 1 additions and 0 deletions

View File

@ -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));