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', '|') )