ljl 1 year ago
parent aced4299f7
commit 907f66c8e7

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

Loading…
Cancel
Save