Removed comments

This commit is contained in:
Korzinkayablok 2021-09-15 16:43:14 +03:00
parent 6c14d4c7e1
commit 79ddf1ce35

View File

@ -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');