userInfo
This commit is contained in:
@@ -312,7 +312,10 @@
|
||||
left join hy_partner_interview a on hpli.id = a.partner_line_id
|
||||
left join hy_partner_interview_plan b on a.interview_plan_id = b.id
|
||||
<where>
|
||||
and hpli.deleted = 0 and hpli.line_status!=3 and b.deleted = 0
|
||||
and hpli.deleted = 0 and hpli.line_status!=3
|
||||
<if test="filter">
|
||||
and b.deleted = 0
|
||||
</if>
|
||||
<if test="workflowStage!=null and workflowStage!=''">
|
||||
and hpli.workflow_stage = #{workflowStage}
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user