이호영 이호영 2025-01-31
4891_발송결과_속도개선 진행중
@ddc143714164756e26d2536cb29bdb7d7ac5f63a
src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentAllListAjax.jsp
--- src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentAllListAjax.jsp
+++ src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentAllListAjax.jsp
@@ -215,12 +215,12 @@
 							<td>
 								<label for="msgSentDel${status.count}" class="label">선택</label>
 								<c:choose>
-									<c:when test="${result.curState == '0'}">
-										<input type="checkbox" id="msgSentDel${status.count}" name="msgSentDel" value="${result.msgGroupId}" disabled> 
+									<c:when test="${result.statusCd eq '03' or result.statusCd eq '01'}">
+										<input type="checkbox" disabled> 
 									</c:when>
-									<c:when test="${mjonMsgSentVO.listType == 'groupList'}">
+									<c:otherwise>
 										<input type="checkbox" id="msgSentDel${status.count}" name="msgSentDel" value="${result.msgGroupId}">	
-									</c:when>
+									</c:otherwise>
 								</c:choose>
 								
 							</td>
src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentDetailView.jsp
--- src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentDetailView.jsp
+++ src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentDetailView.jsp
@@ -241,7 +241,7 @@
 					<div class="phone">
 						<div class="phoneIn">
 							<div>
-								<p class="prev_p"><img src="/publish/images/search.png">미리보기</p>
+								<p class="prev_p"><img src="/publish/images/search.png">문자내용</p>
 								<div class="text_length2 clearfix" style="display:none;">
 									<span class="msg_com msg_short">단문</span>
 									<div>
Add a comment
List