diff --git a/dxhy-extend/src/main/resources/mapper/index/ExtIndexStatisticsMapper.xml b/dxhy-extend/src/main/resources/mapper/index/ExtIndexStatisticsMapper.xml index f00a0a13..8700e249 100644 --- a/dxhy-extend/src/main/resources/mapper/index/ExtIndexStatisticsMapper.xml +++ b/dxhy-extend/src/main/resources/mapper/index/ExtIndexStatisticsMapper.xml @@ -479,6 +479,10 @@ AND tdi.user_name = #{paramsData.userName} + and tdi.gf_tax_no in + + #{item} + GROUP BY tdi.qs_status UNION SELECT COUNT(1) "countNum",'totalCount' AS "qsType" @@ -487,6 +491,10 @@ AND tdi.user_name = #{paramsData.userName} + and tdi.gf_tax_no in + + #{item} +