idCard
This commit is contained in:
@@ -300,6 +300,7 @@
|
||||
b.user_portrait as user_portrait,
|
||||
b.id as partnerBaseInfoId,
|
||||
b.pass_reason as passCause,
|
||||
b.id_card as idCard,
|
||||
b.certify_file as certifyFile,
|
||||
b.pass_time as passTime,
|
||||
b.pass_user_id as passUserId,
|
||||
@@ -308,9 +309,11 @@
|
||||
hpuinfo.accept_adjust_type as acceptAdjustType,
|
||||
hpuinfo.mobile as partnerUserPhone,
|
||||
hpuinfo.username as partnerUserName,
|
||||
hpuc.channel_name as channelName
|
||||
hpuc.channel_name as channelName,
|
||||
hpii.education as education
|
||||
from hy_partner_line_info a
|
||||
left join hy_partner_base_info b on a.id = b.partner_line_id
|
||||
LEFT JOIN hy_partner_intent_info hpii ON a.id = hpii.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>
|
||||
|
||||
Reference in New Issue
Block a user