user card api
This commit is contained in:
parent
1f20b7af8b
commit
fef3f26ae3
@ -66,6 +66,7 @@ class ProfileSearchForm extends Model
|
||||
}
|
||||
|
||||
$model->andWhere(['status' => [4, 12]]);
|
||||
$model->andWhere(['deleted_at' => null]);
|
||||
|
||||
return $model->limit($this->limit)
|
||||
->offset($this->offset)->orderBy('id DESC')->asArray()->all();
|
||||
|
Loading…
Reference in New Issue
Block a user