tmp commit
This commit is contained in:
@ -69,6 +69,8 @@ class ReportSearchForm extends Model
|
||||
public function findByDate(): array
|
||||
{
|
||||
return Reports::find()
|
||||
// ->joinWith('task')
|
||||
->with('task')
|
||||
->where(['user_card_id' => $this->user_card_id])
|
||||
->andWhere(['created_at' => $this->date])
|
||||
->all();
|
||||
|
Reference in New Issue
Block a user