From cef076aa207f74c6687806caa77d968d4e77a673 Mon Sep 17 00:00:00 2001 From: yefei Date: Sat, 29 Apr 2023 09:10:08 +0800 Subject: [PATCH] =?UTF-8?q?ariesy=20=E8=A7=A3=E5=86=B3=E5=85=B6=E4=BB=96?= =?UTF-8?q?=E5=AE=A2=E7=A5=A8=E6=9F=A5=E8=AF=A2=E4=B8=8D=E5=88=B0=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/ExtInvoicePoolMapper.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/dxhy-extend/src/main/resources/mapper/ExtInvoicePoolMapper.xml b/dxhy-extend/src/main/resources/mapper/ExtInvoicePoolMapper.xml index 03031871..7967bc4b 100644 --- a/dxhy-extend/src/main/resources/mapper/ExtInvoicePoolMapper.xml +++ b/dxhy-extend/src/main/resources/mapper/ExtInvoicePoolMapper.xml @@ -342,7 +342,7 @@ bzdh bzdh, sn_voucher_number snVoucherNumber FROM - t_dx_invoice_reimburse + t_dx_record_invoice where invoice_type in ('91','94','95','00','97','98','101','102','103','99') @@ -354,10 +354,6 @@ AND CONCAT(IFNULL(invoice_code,''),IFNULL(invoice_no,'')) like CONCAT('%',#{keyWord},'%') - AND gf_tax_no in - - #{item} - AND invoice_type = #{invoiceType}