调整订单状态查询
parent
c681ad358b
commit
7b6a68afff
|
|
@ -44,7 +44,7 @@ class OrderStatusIn extends Filter
|
|||
return;
|
||||
}
|
||||
$all = [
|
||||
OrderStatus::UNKNOWN, // 未知
|
||||
// OrderStatus::UNKNOWN, // 未知
|
||||
OrderStatus::PENDING, // 待付款
|
||||
OrderStatus::WAIT_SHIPPING, // 待发货
|
||||
OrderStatus::SHIPPING, // 发货中
|
||||
|
|
|
|||
Loading…
Reference in New Issue