diff --git a/src/main/resources/egovframework/sqlmap/let/msg/MjonMsgData_SQL_mysql.xml b/src/main/resources/egovframework/sqlmap/let/msg/MjonMsgData_SQL_mysql.xml
index cc0ce5a7..e924647a 100644
--- a/src/main/resources/egovframework/sqlmap/let/msg/MjonMsgData_SQL_mysql.xml
+++ b/src/main/resources/egovframework/sqlmap/let/msg/MjonMsgData_SQL_mysql.xml
@@ -3309,10 +3309,16 @@
, (
) AS RESULT
-
+ from
+ MJ_MSG_DATA A ,
+ MJ_MSG_GROUP_DATA B
+ where
+ A.MSG_GROUP_ID = B.MSG_GROUP_ID
+ /*and IFNULL(B.DEL_FLAG, 'N') = 'N'*/
+ /*and A.DEL_FLAG = 'N'*/
AND A.USER_ID = #userId#
AND B.USER_ID = #userId#
- AND B.RESERVE_C_YN = 'N'
+ /*AND B.RESERVE_C_YN = 'N'*/
ORDER BY 1=1
, msgGroupId DESC
, sentDate DESC
@@ -7899,6 +7905,7 @@
SELECT
CALL_FROM AS callFrom
, SUBJECT AS subject
+ , SUBJECT_CHK_YN AS subjectChkYn
, SMS_TXT AS smsTxt
,(
SELECT