|
|
@ -105,6 +105,7 @@ class Merchant extends BaseModel |
|
|
|
$res = $this->with(['logoImage']) |
|
|
|
$res = $this->with(['logoImage']) |
|
|
|
->where($this->getFilter($param)) |
|
|
|
->where($this->getFilter($param)) |
|
|
|
->where('is_delete', '=', 0) |
|
|
|
->where('is_delete', '=', 0) |
|
|
|
|
|
|
|
->where('channel_id' ,'=', 0) |
|
|
|
->order([$sortField => 'desc']) |
|
|
|
->order([$sortField => 'desc']) |
|
|
|
->paginate($pageSize); |
|
|
|
->paginate($pageSize); |
|
|
|
|
|
|
|
|
|
|
|