Merge pull request #67 from apuc/achievement-in-api

Removed comments
This commit is contained in:
2021-09-15 16:45:28 +03:00
committed by GitHub

View File

@ -71,10 +71,10 @@ class ProfileSearchForm extends Model
$model->joinWith('achievements'); $model->joinWith('achievements');
// $model->andFilterWhere(['position_id' => $this->position_id]); $model->andFilterWhere(['position_id' => $this->position_id]);
//
// $model->andWhere(['status' => [4, 12]]); $model->andWhere(['status' => [4, 12]]);
// $model->andWhere(['deleted_at' => null]); $model->andWhere(['deleted_at' => null]);
$model->groupBy('card_skill.card_id'); $model->groupBy('card_skill.card_id');