Compare commits
No commits in common. "1228060121b988aedf64d6a34fba0afa99b905b2" and "f9510db2eb88a6f7c2058e16495312ef6385d609" have entirely different histories.
1228060121
...
f9510db2eb
@ -106,8 +106,7 @@ func GetBundleBalanceList(req *bundle.GetBundleBalanceListReq) (data []model.Bun
|
|||||||
bor.status,
|
bor.status,
|
||||||
bor.uuid as order_uuid,
|
bor.uuid as order_uuid,
|
||||||
rn.name as user_name,
|
rn.name as user_name,
|
||||||
u.tel_num as user_phone_number,
|
u.tel_num as user_phone_number
|
||||||
u.id as user_id
|
|
||||||
`).
|
`).
|
||||||
Joins("LEFT JOIN fiee_bundle.bundle_balance AS bb on u.id = bb.user_id").
|
Joins("LEFT JOIN fiee_bundle.bundle_balance AS bb on u.id = bb.user_id").
|
||||||
Joins("LEFT JOIN `micro-account`.`real_name` rn on u.real_name_id = rn.id").
|
Joins("LEFT JOIN `micro-account`.`real_name` rn on u.real_name_id = rn.id").
|
||||||
|
Loading…
Reference in New Issue
Block a user