From 907f66c8e79e03c7201319bb27122f959a646d72 Mon Sep 17 00:00:00 2001 From: ljl Date: Tue, 22 Aug 2023 09:57:45 +0800 Subject: [PATCH] yh --- app/Service/PaymentService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Service/PaymentService.php b/app/Service/PaymentService.php index 2b4599c..dd2363c 100644 --- a/app/Service/PaymentService.php +++ b/app/Service/PaymentService.php @@ -444,7 +444,7 @@ class PaymentService extends AbstractService throw new BusinessException('订单不存在'); } - if ($order->status != Order::STATUS_APPLY_SUCCESS) { + if ($order->status != Order::STATUS_SUCCESS) { throw new BusinessException('订单状态异常'); }