From fd9174f26d6ab1f34300b0cafb05d1950407eeb6 Mon Sep 17 00:00:00 2001 From: zxc <1272811460@qq.com> Date: Wed, 21 Oct 2020 15:19:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=99=BA=E6=85=A7=E7=A4=BE=E5=8C=BA=E7=9A=84tr?= =?UTF-8?q?ee=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/screen/ScreenCustomerAgencyDao.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/epmet-module/data-report/data-report-server/src/main/resources/mapper/screen/ScreenCustomerAgencyDao.xml b/epmet-module/data-report/data-report-server/src/main/resources/mapper/screen/ScreenCustomerAgencyDao.xml index 5005b87c02..ca4cb2c6a8 100644 --- a/epmet-module/data-report/data-report-server/src/main/resources/mapper/screen/ScreenCustomerAgencyDao.xml +++ b/epmet-module/data-report/data-report-server/src/main/resources/mapper/screen/ScreenCustomerAgencyDao.xml @@ -128,7 +128,6 @@ ca.del_flag = 0 AND cbo.DEL_FLAG = 0 AND ca.pid = '0' - AND ca.IS_DISPLAY = '1' AND cbo.customer_id = #{customerId} AND cbo.BIZ_TYPE = #{bizType} @@ -147,7 +146,6 @@ ca.del_flag = '0' AND cbo.DEL_FLAG = 0 AND cbo.biz_type = "community" - AND ca.IS_DISPLAY = '1' AND ca.pids = #{subAgencyPids} ORDER BY ca.created_time DESC