|
|
@@ -958,7 +958,6 @@ class StoreOrderCreateRepository extends StoreOrderRepository
|
|
|
$orderList = [];
|
|
|
$product_type = 0;
|
|
|
// 获取商品类型
|
|
|
- var_dump($cartId);die();
|
|
|
$product_id = StoreCart::where('cart_id', $cartId[0])->value('product_id');
|
|
|
$storeProduct = app()->make(Product::class);
|
|
|
$product_type =$storeProduct->where('product_id', $product_id)->value('type');
|