面试管理搜索面试人姓名面试人手机号面试房间号fix

This commit is contained in:
pserimal
2023-06-29 19:58:29 +08:00
parent 36996cb064
commit 175a41da7e

View File

@@ -357,13 +357,13 @@
and hpui.mobile like concat('%',#{record.partnerMobile},'%') and hpui.mobile like concat('%',#{record.partnerMobile},'%')
</if> </if>
<if test="record.roomId !=null and record.roomId!=''"> <if test="record.roomId !=null and record.roomId!=''">
and hpip.room_id = #{record.roomId} and hpip.room_id like concat('%', #{record.roomId}, '%')
</if> </if>
<if test="record.interviewerName !=null and record.interviewerName!=''"> <if test="record.interviewerName !=null and record.interviewerName!=''">
and hpui.username like concat('%',#{record.interviewerName},'%') and eu.name like concat('%',#{record.interviewerName},'%')
</if> </if>
<if test="record.interviewerMobile !=null and record.interviewerMobile!=''"> <if test="record.interviewerMobile !=null and record.interviewerMobile!=''">
and hpui.mobile like concat('%',#{record.interviewerMobile},'%') and eu.mobile like concat('%',#{record.interviewerMobile},'%')
</if> </if>
<if test="record.roomStatus !=null"> <if test="record.roomStatus !=null">
and hpip.room_status = #{record.roomStatus} and hpip.room_status = #{record.roomStatus}