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('订单状态异常'); }