Merge branch 'feat-hjj-Competitors#A203' into dev
This commit is contained in:
commit
3b9661f03b
@ -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
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user