岗位查询添加来源

This commit is contained in:
sh
2026-06-29 20:09:57 +08:00
parent 4e43cbd52c
commit a8d884cdb0

View File

@@ -220,6 +220,7 @@
<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="isPublish != null "> and is_publish = #{isPublish}</if>
<if test="downTime!=null and downTime!='' ">and down_time &gt;=#{downTime}</if> <if test="downTime!=null and downTime!='' ">and down_time &gt;=#{downTime}</if>
<if test="dataSource!=null and dataSource!='' ">and data_source &gt;=#{dataSource}</if>
<if test="compensation!=null "> <if test="compensation!=null ">
<if test="compensation==0 "> <if test="compensation==0 ">
and min_salary &lt; 1750 and min_salary &lt; 1750