调整下单校验

This commit is contained in:
luofei 2024-01-21 17:44:53 +08:00
parent c2d403039c
commit 01e681d7ee

View File

@ -450,8 +450,8 @@ class StoreOrderCreateRepository extends StoreOrderRepository
'total_num' => $total_num,
'enabledCoupon' => $enabledCoupon,
'useCouponIds' => $useCouponIds,
'allow_take' => $merTake,
'allow_delivery' => $merDelivery,
'allow_take' => true,
'allow_delivery' => $allowDelivery,
'delivery_status' => $deliveryStatus,
'svip_discount' => $total_svip_discount,
'use_svip' => $use_svip,