@@ -238,10 +238,10 @@ class PayOperService
return false;
}
- if ($order->status == $order::STATUS_UNPAID) { // 未支付,检测支付状态
+ if(!$order->isPayStatus()){
+ // 未支付,检测支付状态
$order = $this->checkAndPaid($order, $pay->order_type);
-
return $order;
/**