Commit c53932e9 authored by suhuiguang's avatar suhuiguang

1.岗位多选

parent b9d83fb6
...@@ -255,7 +255,7 @@ SELECT ...@@ -255,7 +255,7 @@ SELECT
) )
AND cf.is_delete = FALSE AND cf.is_delete = FALSE
<if test="jobCode != null"> <if test="jobCode != null">
AND cf.job_title_code = #{jobCode} AND find_in_set(#{jobCode},cf.job_title_code) > 0
</if> </if>
) cff ) cff
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment