lemon 5 years ago
parent
commit
c1a42d6556
  1. 2
      app/AdminSupplier/Controllers/DemandBiddingController.php

2
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);

Loading…
Cancel
Save