|
|
@@ -88,7 +88,7 @@ public class DomainOrderService {
|
|
|
if (singlePrice.multiply(BigDecimal.valueOf(year)).compareTo(price) != 0) {
|
|
|
throw new BusinessException("价格不符");
|
|
|
}
|
|
|
- LocalDateTime startTime = LocalDateTime.of(2023, 2, 10, 15, 0, 0);
|
|
|
+ LocalDateTime startTime = LocalDateTime.of(2023, 2, 10, 17, 0, 0);
|
|
|
if (LocalDateTime.now().isBefore(startTime)) {
|
|
|
throw new BusinessException("时间不符");
|
|
|
}
|