修复流水

This commit is contained in:
mkm 2024-01-20 10:53:10 +08:00
parent 7206b01aae
commit d229c59859

View File

@ -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'
]; ];