eee
This commit is contained in:
@@ -717,7 +717,7 @@ abstract class QueryTrait extends Component implements ActiveQueryInterface, ISq
|
|||||||
if ($value === null) {
|
if ($value === null) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
$this->where[] = $this->sprintf($key, $value);
|
$this->where[] = is_numeric($key) ? $value : $this->sprintf($key, $value);
|
||||||
}
|
}
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user