调整店铺云商品下单

This commit is contained in:
luofei 2023-05-24 17:17:21 +08:00
parent fb50a7accd
commit 70b1a91b16

View File

@ -1325,7 +1325,6 @@ class StoreOrderCreateRepository extends StoreOrderRepository
'integral' => $cart['integral'] ? bcdiv($cart['integral']['use'], $cart['cart_num'], 0) : 0,
'integral_total' => $cart['integral'] ? $cart['integral']['use'] : 0,
'product_type' => $cart['product_type'],
'source_mer_id' => $cart['source'] == StoreCartDao::SOURCE_CLOUD ? $cart['source_id'] : 0,
'cart_info' => json_encode($order_cart)
];
}