线索信息与基本信息

This commit is contained in:
苏竹红
2023-06-20 19:24:24 +08:00
parent c3cca6f27a
commit c11990517c
3 changed files with 15 additions and 6 deletions

View File

@@ -302,7 +302,7 @@
b.certify_file as certifyFile,
b.pass_time as passTime,
b.pass_user_id as passUserId
from hy_partner_line_info a inner join hy_partner_base_info b
from hy_partner_line_info a left join hy_partner_base_info b
on a.id = b.partner_line_id
<where>
<if test="lineId!=null">
@@ -450,7 +450,7 @@
hpuinfo.mobile as partnerUserPhone,
hpuinfo.shop_name as storeName,
hpuinfo.recommend_partner_name as recommendPartnerName,
eu.name as investmentManagerName
eu.name as investmentManagerName
FROM
hy_partner_line_info hpli
LEFT JOIN hy_partner_intent_info hpii ON hpli.id = hpii.partner_line_id