eee
This commit is contained in:
+1
-1
@@ -78,7 +78,7 @@ class SqlBuilder extends Component
|
|||||||
$params = $this->query->params;
|
$params = $this->query->params;
|
||||||
$this->query->params = [];
|
$this->query->params = [];
|
||||||
$array = $this->makeParams($attributes);
|
$array = $this->makeParams($attributes);
|
||||||
foreach ($array as $name => $value) {
|
foreach ($params as $name => $value) {
|
||||||
$this->query->pushParam($value);
|
$this->query->pushParam($value);
|
||||||
}
|
}
|
||||||
return $this->__updateBuilder($array);
|
return $this->__updateBuilder($array);
|
||||||
|
|||||||
Reference in New Issue
Block a user