拉黑用户时 增加更新时间
This commit is contained in:
parent
88a4bc1171
commit
ae45ce5d12
|
|
@ -1712,6 +1712,6 @@ public class UserServiceImpl extends ServiceImpl<UserDao, UserEntity> implements
|
||||||
}
|
}
|
||||||
|
|
||||||
update(null, new LambdaUpdateWrapper<UserEntity>().eq(UserEntity::getUserId, userId)
|
update(null, new LambdaUpdateWrapper<UserEntity>().eq(UserEntity::getUserId, userId)
|
||||||
.set(UserEntity::getStatus, 0));
|
.set(UserEntity::getStatus, 0).set(UserEntity::getUpdateTime,DateUtil.now()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue