修正订单状态字段

This commit is contained in:
邹景立 2022-03-12 14:58:16 +08:00
parent e139cae6cf
commit f76f0ebb5c

View File

@ -356,7 +356,7 @@ abstract class PaymentService
$status = 4; # 实物订单需要发货
}
// 更新订单支付状态
$order['stauts'] = $status;
$order['status'] = $status;
$order['payment_code'] = $this->code;
$order['payment_type'] = $this->type;
$order['payment_trade'] = $payTrade;