修改发布筛选
This commit is contained in:
@@ -210,6 +210,7 @@
|
|||||||
<if test="applyNum != null "> and apply_num = #{applyNum}</if>
|
<if test="applyNum != null "> and apply_num = #{applyNum}</if>
|
||||||
<if test="code != null "> and company_id in(select company_id from company where code=#{code})</if>
|
<if test="code != null "> and company_id in(select company_id from company where code=#{code})</if>
|
||||||
<if test="jobLocationAreaCode!=null">and job_location_area_code =#{jobLocationAreaCode}</if>
|
<if test="jobLocationAreaCode!=null">and job_location_area_code =#{jobLocationAreaCode}</if>
|
||||||
|
<if test="isPublish != null "> and is_publish = #{isPublish}</if>
|
||||||
<if test="compensation!=null ">
|
<if test="compensation!=null ">
|
||||||
<if test="compensation==0 ">
|
<if test="compensation==0 ">
|
||||||
and min_salary < 1750
|
and min_salary < 1750
|
||||||
|
|||||||
Reference in New Issue
Block a user