From f76f0ebb5c5f7c1d74d4bfeb5e313e899728e4fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Sat, 12 Mar 2022 14:58:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E8=AE=A2=E5=8D=95=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/data/service/PaymentService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/data/service/PaymentService.php b/app/data/service/PaymentService.php index 1a0158c0f..668341818 100644 --- a/app/data/service/PaymentService.php +++ b/app/data/service/PaymentService.php @@ -356,7 +356,7 @@ abstract class PaymentService $status = 4; # 实物订单需要发货 } // 更新订单支付状态 - $order['stauts'] = $status; + $order['status'] = $status; $order['payment_code'] = $this->code; $order['payment_type'] = $this->type; $order['payment_trade'] = $payTrade;