|
|
- return $obj->model()->where('title', 'like', "%$q%")->where('dist_id', getDistributorId())->where('status', 1)->paginate(null, ['id', 'title as text']);
|
|
|
+ return $obj->model()->where('title', 'like', "%$q%")->where('dist_id', getDistributorId())->where('status', 2)->paginate(null, ['id', 'title as text']);
|