diff --git a/app/Http/Controllers/IndustryProductWxpay.php b/app/Http/Controllers/IndustryProductWxpay.php index 6c5638f..61b11d1 100644 --- a/app/Http/Controllers/IndustryProductWxpay.php +++ b/app/Http/Controllers/IndustryProductWxpay.php @@ -96,8 +96,8 @@ class IndustryProductWxpay //资金流水 IndustryPayLog::create([ - 'user_id' => $order->user_id, 'agent_id' => $order->agent_id, + 'supplier_id' => $order->supplier_id, 'money' => $money, 'industry_order_id' => $order->id, 'type' => 1,