面试
This commit is contained in:
@@ -347,12 +347,7 @@
|
||||
</if>
|
||||
<if test="notPassingTheInterview != null ">
|
||||
or (workflow_sub_stage_status = #{notPassingTheInterview}
|
||||
<if test="interviewType != null and interviewType == 1">
|
||||
and first_interviewer = #{interviewId}
|
||||
</if>
|
||||
<if test="interviewType != null and interviewType == 2">
|
||||
and second_interviewer = #{interviewId}
|
||||
</if>
|
||||
and investment_manager = #{interviewId}
|
||||
))
|
||||
</if>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user