添加查询 关键字
This commit is contained in:
@@ -60,6 +60,15 @@
|
||||
#{id}
|
||||
</foreach>
|
||||
</if>
|
||||
<!-- 关键字 -->
|
||||
<if test="keyword != null and keyword.length()>0">
|
||||
AND
|
||||
(
|
||||
c.title like concat("%",#{keyword},"%")
|
||||
or
|
||||
c.name like concat("%",#{keyword},"%")
|
||||
)
|
||||
</if>
|
||||
<!-- 排除不感兴趣的岗位 -->
|
||||
<if test="excludeJobIds != null and excludeJobIds.size() > 0">
|
||||
AND j.id NOT IN
|
||||
|
||||
Reference in New Issue
Block a user