6
0
Fork 0

调整订单列表wait_shipping

release
vine_liutk 2022-02-17 11:13:34 +08:00
parent 664c28a89c
commit 82ec938522
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ class DealerOrder extends Model
/** /**
* 待发货 * 待发货
*/ */
public function scopenOnliyShipping($query) public function scopeOnlyShipping($query)
{ {
return $query->where('status', DealerOrderStatus::Paid); return $query->where('status', DealerOrderStatus::Paid);
} }