@@ -138,7 +138,7 @@
and buyer_name like concat('%',#{buyerName},'%')
</if>
<if test="discIdList != null">
- and disc_id.id in
+ and disc_id in
<foreach collection="discIdList" open="(" close=")" separator="," item="item">
#{item}
</foreach>