调整订单列表wait_shipping
parent
664c28a89c
commit
82ec938522
|
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue