修复
This commit is contained in:
parent
7b54109189
commit
7206b01aae
@ -38,8 +38,8 @@ class StoreProcessing extends BaseController
|
||||
$financialRecordRepository = app()->make(FinancialRecordRepository::class);
|
||||
$financeSn = $financialRecordRepository->getSn();
|
||||
$finance[] = [
|
||||
'order_id' => $order->order_id,
|
||||
'order_sn' => $order->order_sn,
|
||||
'order_id' => $order['order_id'],
|
||||
'order_sn' => $order['order_sn'],
|
||||
'user_info' => $order['real_name'],
|
||||
'user_id' => $order['uid'],
|
||||
'financial_type' => 'supply_chain',
|
||||
@ -50,8 +50,8 @@ class StoreProcessing extends BaseController
|
||||
'financial_record_sn' => $financeSn .'1'
|
||||
];
|
||||
$finance[] = [
|
||||
'order_id' => $order->order_id,
|
||||
'order_sn' => $order->order_sn,
|
||||
'order_id' => $order['order_id'],
|
||||
'order_sn' => $order['order_sn'],
|
||||
'user_info' => $order['real_name'],
|
||||
'user_id' => $order['uid'],
|
||||
'financial_type' => 'supply_chain',
|
||||
|
Loading…
x
Reference in New Issue
Block a user