面审新增keyword
This commit is contained in:
@@ -62,6 +62,9 @@
|
||||
xfsg_line_interview a inner join xfsg_line_info b on a.line_id = b.id
|
||||
where
|
||||
a.deleted = '0' and b.deleted = '0' and a.interview_type = #{interviewType}
|
||||
<if test="keyword != null and keyword != ''">
|
||||
and (b.username like concat('%', #{keyword}, '%') or b.mobile like concat('%', #{keyword}, '%'))
|
||||
</if>
|
||||
<if test="username != null and username != ''">
|
||||
and b.username like concat('%', #{username}, '%')
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user