修改根据区划查询0的问题

This commit is contained in:
sh
2026-01-30 17:50:57 +08:00
parent 885057d598
commit bb6e80ece6

View File

@@ -206,7 +206,7 @@
<if test="isHot != null "> and is_hot = #{isHot}</if> <if test="isHot != null "> and is_hot = #{isHot}</if>
<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 jobLocationAreaCode!=''">and job_location_area_code =#{jobLocationAreaCode}</if> <if test="jobLocationAreaCode!=null">and job_location_area_code =#{jobLocationAreaCode}</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