Merge branch 'feat-hjj-Competitors#A203' into dev

This commit is contained in:
jiaji.H 2026-01-05 11:40:44 +08:00
commit 3b9661f03b

View File

@ -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
}