From d229c59859108eccf94bfbab387005bda48f0765 Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Sat, 20 Jan 2024 10:53:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=B5=81=E6=B0=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/api/store/order/StoreProcessing.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/controller/api/store/order/StoreProcessing.php b/app/controller/api/store/order/StoreProcessing.php index 68cda3ac..be154596 100644 --- a/app/controller/api/store/order/StoreProcessing.php +++ b/app/controller/api/store/order/StoreProcessing.php @@ -45,7 +45,7 @@ class StoreProcessing extends BaseController 'financial_type' => 'supply_chain', 'financial_pm' => 0, 'type' => 0, - 'number' => $order['number'], + 'number' => $order['procure_price'], 'mer_id' => $order['mer_id'], 'financial_record_sn' => $financeSn .'1' ]; @@ -57,7 +57,7 @@ class StoreProcessing extends BaseController 'financial_type' => 'supply_chain', 'financial_pm' => 1, 'type' => 0, - 'number' => $order['number'], + 'number' => $order['procure_price'], 'mer_id' => $order['mer_id'], 'financial_record_sn' => $financeSn .'2' ];