Merge remote-tracking branch 'origin/cc_20230520_partner' into cc_20230520_partner
This commit is contained in:
@@ -347,11 +347,12 @@
|
||||
hpip.room_status as roomStatus,
|
||||
hpip.end_time as endTime
|
||||
from hy_partner_interview_plan hpip
|
||||
left join hy_partner_interview hpi on hpip.id = hpi.interview_plan_id
|
||||
left join hy_partner_line_info hpll on hpip.partner_line_id = hpll.id
|
||||
left join hy_partner_user_info hpui on hpui.partner_id = hpip.partner_id
|
||||
left join enterprise_user eu on hpip.interviewer = eu.user_id
|
||||
<where>
|
||||
hpip.deleted = 0
|
||||
hpip.deleted = 0 and hpi.deleted = 0 and hpi.status != 1
|
||||
<if test="record.partnerName !=null and record.partnerName!=''">
|
||||
and hpui.username like concat('%',#{record.partnerName},'%')
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user