6
0
Fork 0

调整订单状态查询

release
vine_liutk 2021-12-24 11:30:23 +08:00
parent c681ad358b
commit 7b6a68afff
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class OrderStatusIn extends Filter
return;
}
$all = [
OrderStatus::UNKNOWN, // 未知
// OrderStatus::UNKNOWN, // 未知
OrderStatus::PENDING, // 待付款
OrderStatus::WAIT_SHIPPING, // 待发货
OrderStatus::SHIPPING, // 发货中