From 5a5dfe1f27142c3177c8168bc8bb034eba3d9ed0 Mon Sep 17 00:00:00 2001 From: yinzuomei <576302893@qq.com> Date: Sat, 16 Jan 2021 11:37:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=BA=E7=9B=B4=E9=83=A8=E9=97=A8-=E6=B2=BB?= =?UTF-8?q?=E7=90=86=E8=83=BD=E5=8A=9B=E4=BF=AE=E6=94=B9end2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../indexcoll/FactIndexGovrnAblityDeptMonthlyDao.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/indexcoll/FactIndexGovrnAblityDeptMonthlyDao.xml b/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/indexcoll/FactIndexGovrnAblityDeptMonthlyDao.xml index 30754c9931..f782210785 100644 --- a/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/indexcoll/FactIndexGovrnAblityDeptMonthlyDao.xml +++ b/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/indexcoll/FactIndexGovrnAblityDeptMonthlyDao.xml @@ -103,7 +103,7 @@ fact_index_govrn_ablity_dept_monthly m inner join screen_customer_dept scd on( - m.GRID_ID=scd.GRID_ID + m.DEPT_ID=scd.DEPT_ID and scd.DEL_FLAG='0' and scd.UP_TO_CAL='yes' ) @@ -143,7 +143,7 @@ fact_index_govrn_ablity_dept_monthly m inner join screen_customer_dept scd on( - m.GRID_ID=scd.GRID_ID + m.DEPT_ID=scd.DEPT_ID and scd.DEL_FLAG='0' and scd.UP_TO_CAL='yes' ) @@ -178,7 +178,7 @@ fact_index_govrn_ablity_dept_monthly m inner join screen_customer_dept scd on( - m.GRID_ID=scd.GRID_ID + m.DEPT_ID=scd.DEPT_ID and scd.DEL_FLAG='0' and scd.UP_TO_CAL='yes' )