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 = [];
         $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');