This commit is contained in:
xl
2023-07-10 11:28:53 +08:00
parent 203eda17ad
commit 9d7605b8e4
2 changed files with 308 additions and 306 deletions
+1 -1
View File
@@ -731,7 +731,7 @@ trait QueryTrait
if ($params === null) {
return $this;
}
$this->attributes = $params;
$this->attributes = array_merge($this->attributes, $params);
return $this;
}