From 6c936c38963817b5b6a29f340b89b5ad2fc4066e Mon Sep 17 00:00:00 2001 From: whwyy Date: Tue, 30 Jun 2026 22:31:47 +0800 Subject: [PATCH] eee --- SqlBuilder.php | 1 - 1 file changed, 1 deletion(-) diff --git a/SqlBuilder.php b/SqlBuilder.php index 2d75163..abeffe2 100644 --- a/SqlBuilder.php +++ b/SqlBuilder.php @@ -76,7 +76,6 @@ class SqlBuilder extends Component public function update(array $attributes): bool|string { $conditions = $this->query; - $this->query = []; $data = $this->__updateBuilder($this->makeParams($attributes)); foreach ($conditions as $condition) { $this->query->pushParam($condition);