添加创建人查询

This commit is contained in:
chenshaohua
2026-07-30 16:56:58 +08:00
parent defdd2fa21
commit 47b3f0609f

View File

@@ -228,6 +228,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="jobStatus != null "> and job_status = #{jobStatus}</if> <if test="jobStatus != null "> and job_status = #{jobStatus}</if>
<if test="createBy != null and createBy!=null"> and create_by = #{createBy}</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