From 9595c86029f613de2ad33488c7ab8a8578dc06b2 Mon Sep 17 00:00:00 2001 From: lucas Date: Tue, 21 Jan 2025 15:27:42 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=B8=80=E4=B8=AA=E9=93=BE=E6=8E=A5?= =?UTF-8?q?=E5=85=B3=E9=97=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dbOperate/dbHelper.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbOperate/dbHelper.go b/dbOperate/dbHelper.go index 436c0e9..373b67a 100644 --- a/dbOperate/dbHelper.go +++ b/dbOperate/dbHelper.go @@ -97,5 +97,5 @@ func (the *DBHelper) Query(dest any, sql string) error { } func (the *DBHelper) Close() error { - return the.Close() + return the.dbClient.Close() }