Updata:修正sql

This commit is contained in:
jiaji.H 2026-01-05 11:40:34 +08:00
parent 5ad9417042
commit b9c44fdc7e

View File

@ -839,7 +839,7 @@ left join (
where r.deleted_at is null where r.deleted_at is null
group by group by
r.bundle_order_on 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 `).Scan(&data).Error
return return
} }