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