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' )