From e45d86fbbb395c63d8281ad2c1cd82a24ebd41a0 Mon Sep 17 00:00:00 2001 From: loshiqi <553578653@qq.com> Date: Mon, 22 Dec 2025 16:55:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E7=A9=BA=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chain.go | 1 + 1 file changed, 1 insertion(+) diff --git a/chain.go b/chain.go index 456614e..187f0f4 100644 --- a/chain.go +++ b/chain.go @@ -225,6 +225,7 @@ func (this *Query) Clean() *Query { this.upd_field = this.upd_field[0:0] this.having = "" this.alias = "" + this.close_hump = false this.with = this.with[0:0] return this }