修复员工后端查询面试列表room_status筛选失败bug
This commit is contained in:
@@ -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!=''">
|
||||||
|
|||||||
Reference in New Issue
Block a user