@@ -54,7 +54,7 @@
and ics.contract_id =#{id}
</if>
<if test="supplierIdList != null and supplierIdList !='' and supplierIdList.size()>0 ">
- and ics.supplierId IN
+ and ics.supplier_id IN
<foreach collection="supplierIdList" item="id" index="index" open="(" close=")" separator=",">
#{id}
</foreach>