From c1a42d655684b6a3c8467cdd5a0a6f9a44dfa29a Mon Sep 17 00:00:00 2001 From: lemon <15040771@qq.com> Date: Mon, 30 Aug 2021 18:30:30 +0800 Subject: [PATCH] 1 --- app/AdminSupplier/Controllers/DemandBiddingController.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/AdminSupplier/Controllers/DemandBiddingController.php b/app/AdminSupplier/Controllers/DemandBiddingController.php index 78083df..19e6e41 100755 --- a/app/AdminSupplier/Controllers/DemandBiddingController.php +++ b/app/AdminSupplier/Controllers/DemandBiddingController.php @@ -148,9 +148,7 @@ class DemandBiddingController extends AdminController $product->stock = $demand->stock; $product->know = $demandProduct->know; $product->content = $demandProduct->content; - $product->pictures = $demandProduct->pictures; $product->agent_id = $form->model()->bidding_user_id; - $product->pictures = $demandProduct->pictures; $product->save(); //处理需求 $demand = Demand::find($form->model()->demand_id);