岗位接口添加下架时间查询条件

This commit is contained in:
sh
2026-05-21 13:18:39 +08:00
parent 29d7cd56ae
commit 599103f94a

View File

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