WIN-2308041133\Administrator 5 mesiacov pred
rodič
commit
1547c6ab34

+ 0 - 1
app/common/repositories/store/order/StoreOrderCreateRepository.php

@@ -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');