mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
虚拟商品直接完成订单
This commit is contained in:
parent
c1f6a184cf
commit
5bc8e750fc
@ -271,7 +271,7 @@ abstract class PaymentService
|
||||
if ($this->type === self::PAYMENT_VOUCHER) {
|
||||
$status = 3; # 凭证支付需要审核
|
||||
} elseif (empty($order['truck_type'])) {
|
||||
$status = 5; # 虚拟订单直接完成
|
||||
$status = 6; # 虚拟订单直接完成
|
||||
} else {
|
||||
$status = 4; # 实物订单需要发货
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user