This commit is contained in:
mkm 2023-12-05 17:21:40 +08:00
parent 7182edcb14
commit 037623ce77

View File

@ -2697,7 +2697,6 @@ class StoreOrderRepository extends BaseRepository
"mer_status" => 1,
"rate" => 3,
];
halt($datas);
$make = app()->make(ProductRepository::class);
$product_id = $make->create($datas, $product_type);