소스 검색

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>