续租修复
This commit is contained in:
@ -284,6 +284,7 @@ public class OrderServiceImpl implements OrderService {
|
||||
rentOrder.setAmount(rentCarOrderAmount);
|
||||
rentOrder.setCreatedAt(LocalDateTime.now());
|
||||
rentOrder.setPaymentMethod(paymentType);
|
||||
rentOrder.setPayStatus(PayStatusEnum.USERPAYING.getCode());
|
||||
|
||||
// 起支付返回预支付信息
|
||||
UnifiedPaymentInfoDTO unifiedPaymentInfoDTO = null;
|
||||
|
||||
Reference in New Issue
Block a user