From 9d08a0e3aa02812bed886d6bdfc4a0e7cc9f28a5 Mon Sep 17 00:00:00 2001 From: devil Date: Tue, 18 Aug 2020 15:14:28 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=80=E6=AC=BE=E9=80=BB=E8=BE=91=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/service/OrderAftersaleService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/service/OrderAftersaleService.php b/application/service/OrderAftersaleService.php index 5209e2397..74945485e 100644 --- a/application/service/OrderAftersaleService.php +++ b/application/service/OrderAftersaleService.php @@ -1084,7 +1084,7 @@ class OrderAftersaleService $pay_name = 'payment\\'.$pay_log['payment']; $pay_params = [ 'order_id' => $order['id'], - 'order_no' => $order['order_no'], + 'order_no' => $pay_log['log_no'], 'trade_no' => $pay_log['trade_no'], 'pay_price' => $order['pay_price'], 'refund_price' => $aftersale['price'],