itn 2023-07-06
단문문자인데 문자내용이 없어서 발송되는건 표시 "그림문자" => "내용없음" 로 변경
@04f60ff9e265b7bcc14407a22dc8121818683b73
src/main/webapp/WEB-INF/jsp/cmm/uss/umt/EgovGnrlUserSelectMsgDataListPop.jsp
--- src/main/webapp/WEB-INF/jsp/cmm/uss/umt/EgovGnrlUserSelectMsgDataListPop.jsp
+++ src/main/webapp/WEB-INF/jsp/cmm/uss/umt/EgovGnrlUserSelectMsgDataListPop.jsp
@@ -571,7 +571,14 @@
 							<td class="sms_detail left">
 								<c:choose>
 									<c:when test="${empty result.smsTxt}">
-										그림문자
+										<c:choose>
+											<c:when test="${result.msgType eq '4'}">
+												내용없음
+											</c:when>
+											<c:otherwise>
+												그림문자
+											</c:otherwise>
+										</c:choose>
 										<div class="sms_detail_hover">
 											<c:if test="${not empty fn:split(result.atchFiles, '^')[0]}">
 												<img class="MyMsgImg1" src="/cmm/fms/getImage2.do?atchFileId=${fn:split(result.atchFiles, '^')[0]}&fileSn=0" style="width: 100px;">
src/main/webapp/WEB-INF/jsp/uss/ion/msg/CampaignMsgList.jsp
--- src/main/webapp/WEB-INF/jsp/uss/ion/msg/CampaignMsgList.jsp
+++ src/main/webapp/WEB-INF/jsp/uss/ion/msg/CampaignMsgList.jsp
@@ -307,7 +307,14 @@
 							<td class="sms_detail left <c:if test="${result.smishingYn eq 'Y'}">smishing</c:if>">
 								<c:choose>
 									<c:when test="${empty result.smsTxt}">
-										그림문자
+										<c:choose>
+											<c:when test="${result.msgType eq '4'}">
+												내용없음
+											</c:when>
+											<c:otherwise>
+												그림문자
+											</c:otherwise>
+										</c:choose>											
 										<div class="sms_detail_hover">
 											<c:if test="${not empty fn:split(result.atchFiles, '^')[0]}">
 												<img class="MyMsgImg1" src="/cmm/fms/getImage2.do?atchFileId=${fn:split(result.atchFiles, '^')[0]}&fileSn=0" style="width: 120px;">
src/main/webapp/WEB-INF/jsp/uss/ion/msg/ReserveNumberList.jsp
--- src/main/webapp/WEB-INF/jsp/uss/ion/msg/ReserveNumberList.jsp
+++ src/main/webapp/WEB-INF/jsp/uss/ion/msg/ReserveNumberList.jsp
@@ -471,7 +471,14 @@
 							<td class="sms_detail left" <c:if test="${result.smishingYn eq 'Y'}">style="color: #0000FF;"</c:if>>
 								<c:choose>
 									<c:when test="${empty result.smsTxt}">
-										그림문자
+										<c:choose>
+											<c:when test="${result.msgType eq '4'}">
+												내용없음
+											</c:when>
+											<c:otherwise>
+												그림문자
+											</c:otherwise>
+										</c:choose>											
 										<div class="sms_detail_hover">
 											<c:if test="${not empty fn:split(result.atchFiles, '^')[0]}">
 												<img class="MyMsgImg1" src="/cmm/fms/getImage2.do?atchFileId=${fn:split(result.atchFiles, '^')[0]}&fileSn=0" style="width: 120px;">
src/main/webapp/WEB-INF/jsp/uss/ion/msg/SendMsgList.jsp
--- src/main/webapp/WEB-INF/jsp/uss/ion/msg/SendMsgList.jsp
+++ src/main/webapp/WEB-INF/jsp/uss/ion/msg/SendMsgList.jsp
@@ -585,7 +585,14 @@
 							<td class="sms_detail left <c:if test="${result.smishingYn eq 'Y'}">smishing</c:if>">
 								<c:choose>
 									<c:when test="${empty result.smsTxt}">
-										그림문자
+										<c:choose>
+											<c:when test="${result.msgType eq '4'}">
+												내용없음
+											</c:when>
+											<c:otherwise>
+												그림문자
+											</c:otherwise>
+										</c:choose>											
 										<div class="sms_detail_hover">
 											<c:if test="${not empty fn:split(result.atchFiles, '^')[0]}">
 												<img class="MyMsgImg1" src="/cmm/fms/getImage2.do?atchFileId=${fn:split(result.atchFiles, '^')[0]}&fileSn=0" style="width: 120px;">
src/main/webapp/WEB-INF/jsp/uss/ion/msg/admSys/AdmSystemSendMsgList.jsp
--- src/main/webapp/WEB-INF/jsp/uss/ion/msg/admSys/AdmSystemSendMsgList.jsp
+++ src/main/webapp/WEB-INF/jsp/uss/ion/msg/admSys/AdmSystemSendMsgList.jsp
@@ -304,7 +304,14 @@
 							<td class="sms_detail left" <c:if test="${result.smishingYn eq 'Y'}">style="color: #0000FF;"</c:if>>
 								<c:choose>
 									<c:when test="${empty result.smsTxt}">
-										그림문자
+										<c:choose>
+											<c:when test="${result.msgType eq '4'}">
+												내용없음
+											</c:when>
+											<c:otherwise>
+												그림문자
+											</c:otherwise>
+										</c:choose>											
 										<div class="sms_detail_hover">
 											<c:if test="${not empty fn:split(result.atchFiles, '^')[0]}">
 												<img class="MyMsgImg1" src="/cmm/fms/getImage2.do?atchFileId=${fn:split(result.atchFiles, '^')[0]}&fileSn=0" style="width: 120px;">
Add a comment
List