diff --git a/src/main/webapp/WEB-INF/jsp/web/msgdata/MsgDataSMLView.jsp b/src/main/webapp/WEB-INF/jsp/web/msgdata/MsgDataSMLView.jsp index 7562f73c..8f8fd6f6 100644 --- a/src/main/webapp/WEB-INF/jsp/web/msgdata/MsgDataSMLView.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/msgdata/MsgDataSMLView.jsp @@ -231,10 +231,10 @@ function resultLatestMsgList(){ resultList.forEach(function(item, index) { let listItem = '
  • ' + - '' + - '' + - '

    ' + item.addrPhoneNo + '

    ' + - '' + '
  • '; @@ -281,8 +281,8 @@ function resultBookMarkMsgList(){ console.log(item.addrPhoneNo + " : " + item.addrPhoneNo); let listItem = '
  • ' + - '' + - '' + + '' + + '' + '

    ' + item.addrPhoneNo + '

    ' + ' +
  • @@ -3617,6 +3619,9 @@ function getMjMsgSentListAll(pageNo) {