Updata:修正sql
This commit is contained in:
parent
5ad9417042
commit
b9c44fdc7e
@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user