commit
b497c000f6
@ -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');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user