修复员工后端查询面试列表room_status筛选失败bug

This commit is contained in:
pserimal
2023-06-25 13:43:43 +08:00
parent d2954d6197
commit e824b86e88

View File

@@ -351,7 +351,7 @@
<if test="record.interviewerMobile !=null and record.interviewerMobile!=''"> <if test="record.interviewerMobile !=null and record.interviewerMobile!=''">
and hpui.mobile like concat('%',#{record.interviewerMobile},'%') and hpui.mobile like concat('%',#{record.interviewerMobile},'%')
</if> </if>
<if test="record.roomStatus !=null and record.roomStatus!=''"> <if test="record.roomStatus !=null">
and hpip.room_status = #{record.roomStatus} and hpip.room_status = #{record.roomStatus}
</if> </if>
<if test="record.startTime !=null and record.startTime!=''"> <if test="record.startTime !=null and record.startTime!=''">