From cb0ef5f314da04d0ecc39e7bdacd345558af60e6 Mon Sep 17 00:00:00 2001 From: itn Date: Wed, 11 Oct 2023 15:56:59 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AC=B8=EC=9E=90=EC=9E=AC=EC=A0=84=EC=86=A1?= =?UTF-8?q?=20=EA=B4=91=EA=B3=A0=20=EB=AC=B8=EC=9E=90=20=EA=B4=80=EB=A0=A8?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/web/msgdata/MsgDataView.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/jsp/web/msgdata/MsgDataView.jsp b/src/main/webapp/WEB-INF/jsp/web/msgdata/MsgDataView.jsp index 50d9ddfc..e08a8c96 100644 --- a/src/main/webapp/WEB-INF/jsp/web/msgdata/MsgDataView.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/msgdata/MsgDataView.jsp @@ -134,7 +134,7 @@ function getMjMsgGroupInfoByResend() { } // 문자내용 - if (smsTxt.lastIndexOf("(광고)") != -1) { + if (smsTxt.indexOf("(광고)") == 0) { $('#send_adYnY').prop('checked', true); //광고 상하단 내용 넣어주기