fix bug sync data
This commit is contained in:
@@ -65,6 +65,8 @@ class LogsSearch extends Logs {
|
||||
$query->andFilterWhere(['department_id' => $this->staff_department]);
|
||||
if ($this->staff_code)
|
||||
$query->andFilterWhere(['code' => $this->staff_code]);
|
||||
if ($this->card_number)
|
||||
$query->andFilterWhere(['logs.card_number' => $this->card_number]);
|
||||
|
||||
// grid filtering conditions
|
||||
$query->andFilterWhere([
|
||||
|
||||
Reference in New Issue
Block a user