Преглед на файлове

1.合同供应商查询问题

wuhp преди 1 година
родител
ревизия
7ab1561098
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/main/resources/mapper/modules/fnc/contract/ContractSupplierMapper.xml

+ 1 - 1
src/main/resources/mapper/modules/fnc/contract/ContractSupplierMapper.xml

@@ -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>