岗位列表 添加公司类型查询
This commit is contained in:
@@ -142,6 +142,13 @@
|
||||
<if test="recruitCategory != null">
|
||||
AND j.recruit_category = #{recruitCategory}
|
||||
</if>
|
||||
<!-- 筛选条件:公司类型(可多选) -->
|
||||
<if test="companyTypes != null and companyTypes.size() > 0">
|
||||
AND c.company_type IN
|
||||
<foreach collection="companyTypes" item="type" open="(" separator="," close=")">
|
||||
#{type}
|
||||
</foreach>
|
||||
</if>
|
||||
ORDER BY j.id DESC
|
||||
</select>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user