|
|
@@ -312,6 +312,7 @@ interview_distribution = values(interview_distribution)
|
|
|
from user a
|
|
|
left join organization_identity b on a.id =b.uid
|
|
|
left join user_mid d on a.id =d.uid
|
|
|
+ left join user_archives e on a.id =e.uid
|
|
|
<where>
|
|
|
<if test="newChannel !=null">
|
|
|
and a.new_channel = #{newChannel}
|