단문문자인데 문자내용이 없어서 발송되는건 표시 "그림문자" => "내용없음" 로 변경
@04f60ff9e265b7bcc14407a22dc8121818683b73
--- 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 @@ |
| 571 | 571 |
<td class="sms_detail left"> |
| 572 | 572 |
<c:choose> |
| 573 | 573 |
<c:when test="${empty result.smsTxt}">
|
| 574 |
- 그림문자 |
|
| 574 |
+ <c:choose> |
|
| 575 |
+ <c:when test="${result.msgType eq '4'}">
|
|
| 576 |
+ 내용없음 |
|
| 577 |
+ </c:when> |
|
| 578 |
+ <c:otherwise> |
|
| 579 |
+ 그림문자 |
|
| 580 |
+ </c:otherwise> |
|
| 581 |
+ </c:choose> |
|
| 575 | 582 |
<div class="sms_detail_hover"> |
| 576 | 583 |
<c:if test="${not empty fn:split(result.atchFiles, '^')[0]}">
|
| 577 | 584 |
<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
... | ... | @@ -307,7 +307,14 @@ |
| 307 | 307 |
<td class="sms_detail left <c:if test="${result.smishingYn eq 'Y'}">smishing</c:if>">
|
| 308 | 308 |
<c:choose> |
| 309 | 309 |
<c:when test="${empty result.smsTxt}">
|
| 310 |
- 그림문자 |
|
| 310 |
+ <c:choose> |
|
| 311 |
+ <c:when test="${result.msgType eq '4'}">
|
|
| 312 |
+ 내용없음 |
|
| 313 |
+ </c:when> |
|
| 314 |
+ <c:otherwise> |
|
| 315 |
+ 그림문자 |
|
| 316 |
+ </c:otherwise> |
|
| 317 |
+ </c:choose> |
|
| 311 | 318 |
<div class="sms_detail_hover"> |
| 312 | 319 |
<c:if test="${not empty fn:split(result.atchFiles, '^')[0]}">
|
| 313 | 320 |
<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
... | ... | @@ -471,7 +471,14 @@ |
| 471 | 471 |
<td class="sms_detail left" <c:if test="${result.smishingYn eq 'Y'}">style="color: #0000FF;"</c:if>>
|
| 472 | 472 |
<c:choose> |
| 473 | 473 |
<c:when test="${empty result.smsTxt}">
|
| 474 |
- 그림문자 |
|
| 474 |
+ <c:choose> |
|
| 475 |
+ <c:when test="${result.msgType eq '4'}">
|
|
| 476 |
+ 내용없음 |
|
| 477 |
+ </c:when> |
|
| 478 |
+ <c:otherwise> |
|
| 479 |
+ 그림문자 |
|
| 480 |
+ </c:otherwise> |
|
| 481 |
+ </c:choose> |
|
| 475 | 482 |
<div class="sms_detail_hover"> |
| 476 | 483 |
<c:if test="${not empty fn:split(result.atchFiles, '^')[0]}">
|
| 477 | 484 |
<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
... | ... | @@ -585,7 +585,14 @@ |
| 585 | 585 |
<td class="sms_detail left <c:if test="${result.smishingYn eq 'Y'}">smishing</c:if>">
|
| 586 | 586 |
<c:choose> |
| 587 | 587 |
<c:when test="${empty result.smsTxt}">
|
| 588 |
- 그림문자 |
|
| 588 |
+ <c:choose> |
|
| 589 |
+ <c:when test="${result.msgType eq '4'}">
|
|
| 590 |
+ 내용없음 |
|
| 591 |
+ </c:when> |
|
| 592 |
+ <c:otherwise> |
|
| 593 |
+ 그림문자 |
|
| 594 |
+ </c:otherwise> |
|
| 595 |
+ </c:choose> |
|
| 589 | 596 |
<div class="sms_detail_hover"> |
| 590 | 597 |
<c:if test="${not empty fn:split(result.atchFiles, '^')[0]}">
|
| 591 | 598 |
<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
... | ... | @@ -304,7 +304,14 @@ |
| 304 | 304 |
<td class="sms_detail left" <c:if test="${result.smishingYn eq 'Y'}">style="color: #0000FF;"</c:if>>
|
| 305 | 305 |
<c:choose> |
| 306 | 306 |
<c:when test="${empty result.smsTxt}">
|
| 307 |
- 그림문자 |
|
| 307 |
+ <c:choose> |
|
| 308 |
+ <c:when test="${result.msgType eq '4'}">
|
|
| 309 |
+ 내용없음 |
|
| 310 |
+ </c:when> |
|
| 311 |
+ <c:otherwise> |
|
| 312 |
+ 그림문자 |
|
| 313 |
+ </c:otherwise> |
|
| 314 |
+ </c:choose> |
|
| 308 | 315 |
<div class="sms_detail_hover"> |
| 309 | 316 |
<c:if test="${not empty fn:split(result.atchFiles, '^')[0]}">
|
| 310 | 317 |
<img class="MyMsgImg1" src="/cmm/fms/getImage2.do?atchFileId=${fn:split(result.atchFiles, '^')[0]}&fileSn=0" style="width: 120px;">
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?