From 5bc8e750fc049e790b94e6bf139fb3affbd8dcda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Fri, 19 Mar 2021 18:14:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=99=9A=E6=8B=9F=E5=95=86=E5=93=81=E7=9B=B4?= =?UTF-8?q?=E6=8E=A5=E5=AE=8C=E6=88=90=E8=AE=A2=E5=8D=95?= 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 892a58e3a..47f242518 100644 --- a/app/data/service/PaymentService.php +++ b/app/data/service/PaymentService.php @@ -271,7 +271,7 @@ abstract class PaymentService if ($this->type === self::PAYMENT_VOUCHER) { $status = 3; # 凭证支付需要审核 } elseif (empty($order['truck_type'])) { - $status = 5; # 虚拟订单直接完成 + $status = 6; # 虚拟订单直接完成 } else { $status = 4; # 实物订单需要发货 }