mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
修正订单状态字段
This commit is contained in:
parent
e139cae6cf
commit
f76f0ebb5c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user