فهرست منبع

根据对接人查询报错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