This commit is contained in:
苏竹红
2024-05-24 17:11:54 +08:00
parent ca5df53433
commit 566d8265ae

View File

@@ -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>