调整下单校验
This commit is contained in:
parent
c2d403039c
commit
01e681d7ee
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user