From ccca6499c5e169983a7521f80c8669451e2dffd2 Mon Sep 17 00:00:00 2001 From: yishiqihuasheng <1191093413@qq.com> Date: Sat, 6 May 2023 21:50:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9mapper=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/index/ExtIndexStatisticsMapper.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/dxhy-extend/src/main/resources/mapper/index/ExtIndexStatisticsMapper.xml b/dxhy-extend/src/main/resources/mapper/index/ExtIndexStatisticsMapper.xml index e4930079..530e2812 100644 --- a/dxhy-extend/src/main/resources/mapper/index/ExtIndexStatisticsMapper.xml +++ b/dxhy-extend/src/main/resources/mapper/index/ExtIndexStatisticsMapper.xml @@ -1629,8 +1629,8 @@ and invoice_status != 0 and invoice_type in ('01','03','08','14','31') - and company = #{company} - and invoice_date between #{kpksrq} and #{kpjsrq} + and company = #{paramsData.company} + and invoice_date between #{paramsData.kpksrq} and #{paramsData.kpjsrq} @@ -1674,8 +1674,8 @@ and invoice_status != '0' and auth_status = '4' and invoice_type in ('01','03','08','14','31') - and company = #{company} - and invoice_date between #{kpksrq} and #{kpjsrq} + and company = #{paramsData.company} + and invoice_date between #{paramsData.kpksrq} and #{paramsData.kpjsrq} @@ -1697,10 +1697,10 @@ and invoice_status != '0' and qs_status = '1' and t.invoice_type in ('01','03','08','14','31') - - and company = #{company} - - and invoice_date between #{kpksrq} and #{kpjsrq} + + and company = #{paramsData.company} + + and invoice_date between #{paramsData.kpksrq} and #{paramsData.kpjsrq}