hd
This commit is contained in:
@@ -335,8 +335,10 @@
|
||||
#{code}
|
||||
</foreach>
|
||||
</if>
|
||||
<if test="pendingInterviewStatus != null ">
|
||||
and ((workflow_sub_stage_status = #{pendingInterviewStatus}
|
||||
<if test="pendingInterviewStatusList !=null and pendingInterviewStatusList.size>0">
|
||||
<foreach collection="pendingInterviewStatusList" item="status" open="and (( workflow_sub_stage_status in (" close=")" separator=",">
|
||||
#{status}
|
||||
</foreach>
|
||||
<if test="interviewType != null and interviewType == 1">
|
||||
and first_interviewer = #{interviewId}
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user