Removed comments
This commit is contained in:
parent
6c14d4c7e1
commit
79ddf1ce35
@ -71,10 +71,10 @@ class ProfileSearchForm extends Model
|
||||
|
||||
$model->joinWith('achievements');
|
||||
|
||||
// $model->andFilterWhere(['position_id' => $this->position_id]);
|
||||
//
|
||||
// $model->andWhere(['status' => [4, 12]]);
|
||||
// $model->andWhere(['deleted_at' => null]);
|
||||
$model->andFilterWhere(['position_id' => $this->position_id]);
|
||||
|
||||
$model->andWhere(['status' => [4, 12]]);
|
||||
$model->andWhere(['deleted_at' => null]);
|
||||
|
||||
$model->groupBy('card_skill.card_id');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user