diff --git a/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenProjectCategoryOrgDailyDao.xml b/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenProjectCategoryOrgDailyDao.xml index 45b2e99308..ff969ef456 100644 --- a/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenProjectCategoryOrgDailyDao.xml +++ b/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenProjectCategoryOrgDailyDao.xml @@ -92,13 +92,13 @@ LEFT JOIN screen_customer_agency sca ON sca.AGENCY_ID = od.PID WHERE 1=1 AND od.DEL_FLAG = '0' - AND od.ORG_ID IN ( + AND od.PID IN ( #{orgId} ) AND od.date_id = #{dateId} - GROUP BY od.CATEGORY_CODE,od.pid + GROUP BY od.CATEGORY_CODE \ No newline at end of file