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