From 9f2611972f02b0625f43c44f951abe965582b2d8 Mon Sep 17 00:00:00 2001 From: whwyy Date: Tue, 30 Jun 2026 23:08:13 +0800 Subject: [PATCH] eee --- SqlBuilder.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SqlBuilder.php b/SqlBuilder.php index 5bc49fc..592013c 100644 --- a/SqlBuilder.php +++ b/SqlBuilder.php @@ -78,7 +78,7 @@ class SqlBuilder extends Component $params = $this->query->params; $this->query->params = []; $array = $this->makeParams($attributes); - foreach ($array as $name => $value) { + foreach ($params as $name => $value) { $this->query->pushParam($value); } return $this->__updateBuilder($array);