面试官信息

This commit is contained in:
苏竹红
2024-05-23 15:46:23 +08:00
parent abe4c9cdf2
commit 31ef1dfe79

View File

@@ -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=",">