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}