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

Removed comments
This commit is contained in:
kavalar 2021-09-15 16:45:28 +03:00 committed by GitHub
commit b497c000f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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