From be6e3279d16e391bdbf93846848b7564fe9a6997 Mon Sep 17 00:00:00 2001 From: aike <17730485278@139.com> Date: Tue, 3 Jun 2025 11:45:21 +0800 Subject: [PATCH 1/3] =?UTF-8?q?demand:=20=E8=88=AA=E7=BA=BF=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E4=B8=8D=E6=94=AF=E6=8C=81=E6=8C=89=E8=B4=A6=E5=8D=95?= =?UTF-8?q?=E5=8F=B7=E6=9F=A5=E8=AF=A2bug=E4=BF=AE=E5=A4=8D=EF=BC=8C?= =?UTF-8?q?=E8=88=AA=E7=BA=BF=E6=9F=A5=E8=AF=A2/=E5=AF=BC=E5=87=BA?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E6=8C=89=E5=A4=9A=E4=B8=AA=E8=BF=90=E5=8D=95?= =?UTF-8?q?=E5=8F=B7/=E8=B4=A6=E5=8D=95=E5=8F=B7=E6=9F=A5=E8=AF=A2/?= =?UTF-8?q?=E5=AF=BC=E5=87=BA=20committer:=20heyu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/EmisSettleInvoiceChRecordMapper.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/emis-biz/src/main/resources/mapper/EmisSettleInvoiceChRecordMapper.xml b/emis-biz/src/main/resources/mapper/EmisSettleInvoiceChRecordMapper.xml index ba7a519da..534e30dd2 100644 --- a/emis-biz/src/main/resources/mapper/EmisSettleInvoiceChRecordMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisSettleInvoiceChRecordMapper.xml @@ -175,7 +175,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" emis_settle_invoice_rel rel where a.apply_seq_no=rel.apply_seq_no and rel.del_flag = '0' - and FIND_IN_SET(rel.`bill_no`,#{params.billCode}) + and rel.bill_no REGEXP REPLACE(#{params.billCode}, '\n', '|') )