feat : order list
This commit is contained in:
@@ -94,6 +94,7 @@ class Site extends Model
|
||||
->where('is_del',SiteCode::SITE_NO_DEL)
|
||||
->where('status',SiteCode::SITE_ENABLE)
|
||||
->where('delivered_id',$driverId)
|
||||
->orderBy('sequence')
|
||||
->get(['id','name', 'sequence']);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user