面试表增加deleted字段代码遗漏修改及面试实际开始时间时间修改错误

This commit is contained in:
pserimal
2023-06-25 11:13:51 +08:00
parent b63a69e616
commit bd6e86a218
11 changed files with 30 additions and 17 deletions

View File

@@ -335,6 +335,7 @@
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
<if test="record.partnerName !=null and record.partnerName!=''">
hpui.username like concat('%',#{record.partnerName},'%')
</if>