From 468e166aa7d2891b878b48959d68426db7278c8d Mon Sep 17 00:00:00 2001 From: yishiqihuasheng <1191093413@qq.com> Date: Thu, 11 May 2023 10:53:18 +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, 16 insertions(+) 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} +