Compare commits

..

No commits in common. "1228060121b988aedf64d6a34fba0afa99b905b2" and "f9510db2eb88a6f7c2058e16495312ef6385d609" have entirely different histories.

View File

@ -106,8 +106,7 @@ func GetBundleBalanceList(req *bundle.GetBundleBalanceListReq) (data []model.Bun
bor.status,
bor.uuid as order_uuid,
rn.name as user_name,
u.tel_num as user_phone_number,
u.id as user_id
u.tel_num as user_phone_number
`).
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").