|
|
@@ -913,7 +913,7 @@ public class MintOrderService {
|
|
|
try {
|
|
|
if (!airDropCollections.contains(collection.getId())) {
|
|
|
if (collection.getDelayHours() != 0 & mintOrder.getPayAt()
|
|
|
- .plusMinutes(collection.getDelayHours())
|
|
|
+ .plusHours(collection.getDelayHours())
|
|
|
.isBefore(LocalDateTime.now())) {
|
|
|
User user = userRepo.findById(mintOrder.getUserId())
|
|
|
.orElseThrow(new BusinessException("无用户"));
|