|
|
@ -98,7 +98,7 @@ class IndustryProductBuy extends Form |
|
|
'created_at' => now(), |
|
|
'created_at' => now(), |
|
|
'prepay_price' => $prepay_price, |
|
|
'prepay_price' => $prepay_price, |
|
|
'single_price' => $industry->single_deposit, |
|
|
'single_price' => $industry->single_deposit, |
|
|
'info' => json_encode($input['info']), |
|
|
|
|
|
|
|
|
'info' => $input['info'], |
|
|
]); |
|
|
]); |
|
|
|
|
|
|
|
|
DB::commit(); |
|
|
DB::commit(); |
|
|
|