修复流水
This commit is contained in:
parent
7206b01aae
commit
d229c59859
@ -45,7 +45,7 @@ class StoreProcessing extends BaseController
|
|||||||
'financial_type' => 'supply_chain',
|
'financial_type' => 'supply_chain',
|
||||||
'financial_pm' => 0,
|
'financial_pm' => 0,
|
||||||
'type' => 0,
|
'type' => 0,
|
||||||
'number' => $order['number'],
|
'number' => $order['procure_price'],
|
||||||
'mer_id' => $order['mer_id'],
|
'mer_id' => $order['mer_id'],
|
||||||
'financial_record_sn' => $financeSn .'1'
|
'financial_record_sn' => $financeSn .'1'
|
||||||
];
|
];
|
||||||
@ -57,7 +57,7 @@ class StoreProcessing extends BaseController
|
|||||||
'financial_type' => 'supply_chain',
|
'financial_type' => 'supply_chain',
|
||||||
'financial_pm' => 1,
|
'financial_pm' => 1,
|
||||||
'type' => 0,
|
'type' => 0,
|
||||||
'number' => $order['number'],
|
'number' => $order['procure_price'],
|
||||||
'mer_id' => $order['mer_id'],
|
'mer_id' => $order['mer_id'],
|
||||||
'financial_record_sn' => $financeSn .'2'
|
'financial_record_sn' => $financeSn .'2'
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user