From de830502023aa2d6192f46a2c30633641548e2ef Mon Sep 17 00:00:00 2001
From: aike <17730485278@139.com>
Date: Mon, 8 Sep 2025 18:22:13 +0800
Subject: [PATCH] =?UTF-8?q?demand:=20TMS=E7=B3=BB=E7=BB=9F=20-=20=E5=AE=A2?=
=?UTF-8?q?=E6=88=B7=E8=B4=A6=E5=8D=95=E7=AE=A1=E7=90=86=20-=20=E8=B4=A2?=
=?UTF-8?q?=E5=8A=A1=E5=BC=80=E7=A5=A8=E5=A4=84=E7=90=86=20-=20=E7=9B=B4?=
=?UTF-8?q?=E6=8E=A5=E6=A0=B9=E6=8D=AE=E5=A4=9A=E4=B8=AA=E5=8F=91=E7=A5=A8?=
=?UTF-8?q?=E5=8F=B7=E6=9F=A5=E8=AF=A2=E6=95=B0=E6=8D=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
committer: heyu
---
.../src/main/resources/mapper/EmisSettleInvoiceRecordMapper.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/emis-biz/src/main/resources/mapper/EmisSettleInvoiceRecordMapper.xml b/emis-biz/src/main/resources/mapper/EmisSettleInvoiceRecordMapper.xml
index 9148eebb8..74fc28a79 100644
--- a/emis-biz/src/main/resources/mapper/EmisSettleInvoiceRecordMapper.xml
+++ b/emis-biz/src/main/resources/mapper/EmisSettleInvoiceRecordMapper.xml
@@ -100,7 +100,7 @@
and a.real_tax_type = #{realTaxType}
and a.open_money_max = #{openMoneyMax}
and a.open_money = #{openMoney}
- and ch.invoice_no = #{invoiceNo}
+ and FIND_IN_SET(ch.invoice_no, REPLACE(#{params.invoiceNo}, '\n', ','))
and a.invoice_status = #{invoiceStatus}
and a.invoice_status_desc like concat('%', #{invoiceStatusDesc}, '%')
and a.recieve_address like concat('%', #{recieveAddress}, '%')