From b9c44fdc7ef5f3711eaa2eab496bd6484bfab189 Mon Sep 17 00:00:00 2001 From: "jiaji.H" Date: Mon, 5 Jan 2026 11:40:34 +0800 Subject: [PATCH] =?UTF-8?q?Updata=EF=BC=9A=E4=BF=AE=E6=AD=A3sql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/dao/bundleExtend.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/dao/bundleExtend.go b/internal/dao/bundleExtend.go index 6ccf800..98758ff 100644 --- a/internal/dao/bundleExtend.go +++ b/internal/dao/bundleExtend.go @@ -839,7 +839,7 @@ left join ( where r.deleted_at is null group by r.bundle_order_on - ) r on r.bundle_order_on = bor.order_no + ) r on r.bundle_order_on COLLATE utf8mb4_general_ci = bor.order_no COLLATE utf8mb4_general_ci `).Scan(&data).Error return }