From 2594e63f586e239106e83a2c5789f0a1ba2be160 Mon Sep 17 00:00:00 2001 From: yishiqihuasheng <1191093413@qq.com> Date: Mon, 5 Jun 2023 16:15:36 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3sql=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E4=B8=8D=E8=AF=86=E5=88=AB=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/BaseSggxcxMapper.xml | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml b/dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml index a58ddff9..4eda8632 100644 --- a/dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml +++ b/dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml @@ -1381,33 +1381,33 @@ and invoice_status = '0' and company = #{company} - and t.gf_tax_no in + and gf_tax_no in #{item} - and (t.comp_code in + and (comp_code in #{companyCode} - or t.comp_code is null or t.comp_code = '' + or comp_code is null or comp_code = '' ) - and t.comp_code = #{companyCode} + and comp_code = #{companyCode} - and (t.comp_code = '' or t.comp_code is null) + and (comp_code = '' or comp_code is null) - and t.inaccount_status = '1' + and inaccount_status = '1' - and t.qs_status = '1' + and qs_status = '1' ORDER BY tax_amount @@ -1438,33 +1438,33 @@ and invoice_status = '0' and company = #{company} - and t.gf_tax_no in + and gf_tax_no in #{item} - and (t.comp_code in + and (comp_code in #{companyCode} - or t.comp_code is null or t.comp_code = '' + or comp_code is null or comp_code = '' ) - and t.comp_code = #{companyCode} + and comp_code = #{companyCode} - and (t.comp_code = '' or t.comp_code is null) + and (comp_code = '' or comp_code is null) - and t.inaccount_status = '1' + and inaccount_status = '1' - and t.qs_status = '1' + and qs_status = '1' ORDER BY tax_amount