WIN-2308041133\Administrator 5 月之前
父节点
当前提交
1547c6ab34
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      app/common/repositories/store/order/StoreOrderCreateRepository.php

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

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