From 8f4278ef15d9cdb61dc71ccd8056098538e3f571 Mon Sep 17 00:00:00 2001 From: yinzuomei <576302893@qq.com> Date: Mon, 19 Jul 2021 15:51:46 +0800 Subject: [PATCH] =?UTF-8?q?/data/report/screen/plugins/workrecord/ranklist?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/plugins/ScreenWorkRecordOrgDailyDao.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epmet-module/data-report/data-report-server/src/main/resources/mapper/plugins/ScreenWorkRecordOrgDailyDao.xml b/epmet-module/data-report/data-report-server/src/main/resources/mapper/plugins/ScreenWorkRecordOrgDailyDao.xml index 7d6a14c085..c3e3eaf85a 100644 --- a/epmet-module/data-report/data-report-server/src/main/resources/mapper/plugins/ScreenWorkRecordOrgDailyDao.xml +++ b/epmet-module/data-report/data-report-server/src/main/resources/mapper/plugins/ScreenWorkRecordOrgDailyDao.xml @@ -140,11 +140,11 @@ inner join screen_customer_grid scg on(m.ORG_ID=scg.grid_id and scg.DEL_FLAG='0' - AND scg.ALL_PARENT_IDS like concat('%',#{agencyId},'%') ) WHERE m.DEL_FLAG = '0' AND m.DATE_ID = #{dateId} + and m.org_id=#{gridId} AND m.TYPE_CODE IN #{typeCode}