transferInvestmentManager

This commit is contained in:
苏竹红
2023-06-27 15:16:10 +08:00
parent 3245e5ff63
commit 2ef41b5722
17 changed files with 81 additions and 17 deletions

View File

@@ -307,10 +307,12 @@
hpuinfo.want_shop_area as wantShopArea,
hpuinfo.accept_adjust_type as acceptAdjustType,
hpuinfo.mobile as partnerUserPhone,
hpuinfo.username as partnerUserName
hpuinfo.username as partnerUserName,
hpuc.channel_name as channelName
from hy_partner_line_info a
left join hy_partner_base_info b on a.id = b.partner_line_id
LEFT JOIN hy_partner_user_info hpuinfo ON a.partner_id = hpuinfo.partner_id
LEFT JOIN hy_partner_user_channel hpuc ON a.user_channel_id = hpuc.channel_id
<where>
<if test="lineId!=null">
and a.id = #{lineId}