|
|
@@ -185,7 +185,7 @@ public class OrderService {
|
|
|
int usePoint = 0;
|
|
|
if (collection.getSource() != CollectionSource.TRANSFER && collection.getAssignment() > 0) {
|
|
|
//延迟销售
|
|
|
- if (collection.getTimeDelay()) {
|
|
|
+ if (!vip && collection.getTimeDelay()) {
|
|
|
if (collection.getSaleTime().isAfter(LocalDateTime.now())) {
|
|
|
throw new BusinessException("当前还未开售");
|
|
|
}
|