diff --git a/src/main/resources/egovframework/sqlmap/let/msg/MjonMsgSent_SQL_mysql.xml b/src/main/resources/egovframework/sqlmap/let/msg/MjonMsgSent_SQL_mysql.xml index 78665a79..c1c68552 100644 --- a/src/main/resources/egovframework/sqlmap/let/msg/MjonMsgSent_SQL_mysql.xml +++ b/src/main/resources/egovframework/sqlmap/let/msg/MjonMsgSent_SQL_mysql.xml @@ -873,6 +873,8 @@ , MD.FILE_PATH3 AS filePath3 , MD.CALL_FROM AS callFrom , MD.CALL_TO AS callTo + , REGEXP_REPLACE(MD.CALL_FROM, '(02|.{3})(.+)(.{4})', '\\1-\\2-\\3') AS callFromComma + , REGEXP_REPLACE(MD.CALL_TO, '(02|.{3})(.+)(.{4})', '\\1-\\2-\\3') AS callToComma FROM MJ_MSG_GROUP_DATA MGD INNER JOIN MJ_MSG_DATA MD diff --git a/src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentDetailPop2Ajax.jsp b/src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentDetailPop2Ajax.jsp index 57932def..b28f3a4d 100644 --- a/src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentDetailPop2Ajax.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentDetailPop2Ajax.jsp @@ -22,8 +22,8 @@ --%>