Browse Source

supplier_id

master
李可松 4 years ago
parent
commit
c815a4f315
  1. 2
      app/Http/Controllers/IndustryProductWxpay.php

2
app/Http/Controllers/IndustryProductWxpay.php

@ -96,8 +96,8 @@ class IndustryProductWxpay
//资金流水 //资金流水
IndustryPayLog::create([ IndustryPayLog::create([
'user_id' => $order->user_id,
'agent_id' => $order->agent_id, 'agent_id' => $order->agent_id,
'supplier_id' => $order->supplier_id,
'money' => $money, 'money' => $money,
'industry_order_id' => $order->id, 'industry_order_id' => $order->id,
'type' => 1, 'type' => 1,

Loading…
Cancel
Save