面试官信息
This commit is contained in:
@@ -331,10 +331,10 @@
|
|||||||
select * from xfsg_line_info
|
select * from xfsg_line_info
|
||||||
where deleted = 0 and line_status = 1
|
where deleted = 0 and line_status = 1
|
||||||
<if test="interviewType != null and interviewType == 1">
|
<if test="interviewType != null and interviewType == 1">
|
||||||
and investment_manager = #{interviewId}
|
and first_interviewer = #{interviewId}
|
||||||
</if>
|
</if>
|
||||||
<if test="interviewType != null and interviewType == 2">
|
<if test="interviewType != null and interviewType == 2">
|
||||||
and investment_manager = #{interviewId}
|
and second_interviewer = #{interviewId}
|
||||||
</if>
|
</if>
|
||||||
<if test="codes !=null and codes.size>0">
|
<if test="codes !=null and codes.size>0">
|
||||||
<foreach collection="codes" item="code" open="and workflow_sub_stage_status in (" close=")" separator=",">
|
<foreach collection="codes" item="code" open="and workflow_sub_stage_status in (" close=")" separator=",">
|
||||||
|
|||||||
Reference in New Issue
Block a user