面试
This commit is contained in:
@@ -84,6 +84,7 @@
|
||||
<select id="exhibitionLineList" resultType="com.cool.store.dto.exhibition.ExhibitionLineDTO">
|
||||
select
|
||||
hpe.exhibition_id as exhibitionId ,
|
||||
hpe.interview_plan_id as planId,
|
||||
hpe.partner_id as partnerId,
|
||||
hpe.partner_line_id as lineId,
|
||||
hpe.participation_status as participationStatus,
|
||||
|
||||
@@ -1035,9 +1035,8 @@
|
||||
from hy_partner_interview_plan a
|
||||
left join enterprise_user b on a.interviewer = b.user_id
|
||||
<where>
|
||||
and a.deleted = 0
|
||||
<if test="list!=null and list.size>0">
|
||||
<foreach collection="list" item="lineId" open="and a.partner_line_id in (" close=")" separator=",">
|
||||
<foreach collection="list" item="lineId" open="and a.id in (" close=")" separator=",">
|
||||
#{lineId}
|
||||
</foreach>
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user