From f7085b3e6743cd87092536804097d75b0600d4ff Mon Sep 17 00:00:00 2001 From: jianjun Date: Tue, 27 Oct 2020 14:00:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E7=BB=84=E7=BB=87=E4=B8=8B?= =?UTF-8?q?=E6=89=80=E6=9C=89=E7=9A=84=E9=9A=BE=E7=82=B9=E5=A0=B5=E7=82=B9?= =?UTF-8?q?=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/project/ProjectDao.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epmet-module/data-report/data-report-server/src/main/resources/mapper/project/ProjectDao.xml b/epmet-module/data-report/data-report-server/src/main/resources/mapper/project/ProjectDao.xml index 04fa7f0d4f..0a95c63b0a 100644 --- a/epmet-module/data-report/data-report-server/src/main/resources/mapper/project/ProjectDao.xml +++ b/epmet-module/data-report/data-report-server/src/main/resources/mapper/project/ProjectDao.xml @@ -249,7 +249,7 @@ screen_difficulty_data diff WHERE diff.DEL_FLAG = '0' - AND diff.ORG_ID = #{agencyId} + AND diff.ALL_PARENT_IDS LIKE CONCAT('%',#{agencyId},'%') AND diff.EVENT_STATUS_CODE = #{status}