From 00b298ecfb299fb796158a6fc655a7baf12104e3 Mon Sep 17 00:00:00 2001 From: zhaoqifeng Date: Mon, 22 Jun 2020 18:12:19 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8E=B7=E5=8F=96=E6=9C=BA=E5=85=B3=E7=BB=B4?= =?UTF-8?q?=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/stats/DimAgencyDao.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/stats/DimAgencyDao.xml b/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/stats/DimAgencyDao.xml index ac14010373..5869a269a6 100644 --- a/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/stats/DimAgencyDao.xml +++ b/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/stats/DimAgencyDao.xml @@ -22,6 +22,7 @@ dim_agency WHERE del_flag = '0' + AND AGENCY_DIM_TYPE = 'all' AND customer_id = #{customerId} @@ -119,6 +120,7 @@ WHERE DEL_FLAG = '0' AND CUSTOMER_ID = #{customerId,jdbcType=VARCHAR} + AND AGENCY_DIM_TYPE = 'all' @@ -234,6 +236,7 @@ dim_agency WHERE del_flag = '0' + AND AGENCY_DIM_TYPE = 'all' AND customer_id = #{customerId}