diff --git a/epmet-module/data-report/data-report-server/src/main/resources/mapper/screen/ScreenIndexDataMonthlyDao.xml b/epmet-module/data-report/data-report-server/src/main/resources/mapper/screen/ScreenIndexDataMonthlyDao.xml
index c04e3d18e6..230082385f 100644
--- a/epmet-module/data-report/data-report-server/src/main/resources/mapper/screen/ScreenIndexDataMonthlyDao.xml
+++ b/epmet-module/data-report/data-report-server/src/main/resources/mapper/screen/ScreenIndexDataMonthlyDao.xml
@@ -260,10 +260,10 @@
WHERE
dm.del_flag = '0'
AND rd.del_flag = '0'
+
+ AND org.CUSTOMER_ID = #{customerId}
+
-
- AND org.CUSTOMER_ID = #{customerId}
-
AND org.AREA_CODE LIKE concat(#{areaCode}, '%')