This commit is contained in:
2023-07-20 15:01:24 +08:00
parent d4219b902a
commit 4c6dbc9b3c
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ class SqlBuilder extends Component
$update .= '(' . implode(',', $this->getFields($attributes)) . ') VALUES ';
$order = 0;
$keys = $params = [];
$keys = [];
foreach ($attributes as $attribute) {
$_keys = $this->builderParams($attribute, true, $order);