diff --git a/epmet-module/gov-voice/gov-voice-server/src/main/resources/mapper/ArticleDao.xml b/epmet-module/gov-voice/gov-voice-server/src/main/resources/mapper/ArticleDao.xml index fbf917b579..1be273a391 100644 --- a/epmet-module/gov-voice/gov-voice-server/src/main/resources/mapper/ArticleDao.xml +++ b/epmet-module/gov-voice/gov-voice-server/src/main/resources/mapper/ArticleDao.xml @@ -366,6 +366,7 @@ art.DEL_FLAG = '0' AND art.STATUS_FLAG = 'published' AND ats.TAG_ID = #{tagId} + AND art.GRID_ID = #{gridId} ORDER BY art.PUBLISH_DATE DESC, art.CREATED_TIME DESC