|
|
@@ -1220,7 +1220,7 @@ public class UserService {
|
|
|
}
|
|
|
|
|
|
public void noCollectionId(User user) {
|
|
|
- if (user.getCreatedAt().isBefore(LocalDateTime.of(2022, 7, 5, 15, 0, 0))) {
|
|
|
+ if (user.getCreatedAt().isBefore(LocalDateTime.of(2022, 7, 5, 0, 0, 0))) {
|
|
|
return;
|
|
|
}
|
|
|
if (user.getVipPoint() < 1) {
|