diff --git a/epmet-module/data-report/data-report-server/src/main/resources/mapper/screen/ScreenDifficultyDataDao.xml b/epmet-module/data-report/data-report-server/src/main/resources/mapper/screen/ScreenDifficultyDataDao.xml index 2c7d900a41..52ce69d8f1 100644 --- a/epmet-module/data-report/data-report-server/src/main/resources/mapper/screen/ScreenDifficultyDataDao.xml +++ b/epmet-module/data-report/data-report-server/src/main/resources/mapper/screen/ScreenDifficultyDataDao.xml @@ -52,7 +52,6 @@ LEFT JOIN screen_difficulty_img_data did ON did.EVENT_ID = dd.EVENT_ID WHERE dd.DEL_FLAG = '0' - AND did.DEL_FLAG = '0' AND dd.EVENT_ID = #{eventId}