소스 검색

根据对接人查询报错bug修复

lipf 1 개월 전
부모
커밋
9316b33c9c
1개의 변경된 파일과 1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tenant/organization/src/main/resources/mapper/ReceivableMapper.xml

+ 1 - 1
tenant/organization/src/main/resources/mapper/ReceivableMapper.xml

@@ -723,7 +723,7 @@
                 </foreach>
             </if>
             <if test="settlementQueryVo.contactPerson != null and settlementQueryVo.contactPerson != ''">
-                AND io.contact_person = #{settlementQueryVo.contactPerson}
+                AND io.docking_person = #{settlementQueryVo.contactPerson}
             </if>
             <if test="settlementQueryVo.invoiceTypes != null and settlementQueryVo.invoiceTypes != ''">
                 AND ipii.invoice_type IN