단문문자인데 문자내용이 없어서 발송되는건 표시 "그림문자" => "내용없음" 로 변경

This commit is contained in:
itn 2023-07-06 17:52:13 +09:00
parent 509ae98a0a
commit 04f60ff9e2
5 changed files with 40 additions and 5 deletions

View File

@ -571,7 +571,14 @@ function fn_updateSendRealTime(userId, msgGroupId){
<td class="sms_detail left"> <td class="sms_detail left">
<c:choose> <c:choose>
<c:when test="${empty result.smsTxt}"> <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"> <div class="sms_detail_hover">
<c:if test="${not empty fn:split(result.atchFiles, '^')[0]}"> <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;"> <img class="MyMsgImg1" src="/cmm/fms/getImage2.do?atchFileId=${fn:split(result.atchFiles, '^')[0]}&fileSn=0" style="width: 100px;">

View File

@ -307,7 +307,14 @@ function fnSelectMber(mberId) {
<td class="sms_detail left <c:if test="${result.smishingYn eq 'Y'}">smishing</c:if>"> <td class="sms_detail left <c:if test="${result.smishingYn eq 'Y'}">smishing</c:if>">
<c:choose> <c:choose>
<c:when test="${empty result.smsTxt}"> <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"> <div class="sms_detail_hover">
<c:if test="${not empty fn:split(result.atchFiles, '^')[0]}"> <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;"> <img class="MyMsgImg1" src="/cmm/fms/getImage2.do?atchFileId=${fn:split(result.atchFiles, '^')[0]}&fileSn=0" style="width: 120px;">

View File

@ -471,7 +471,14 @@ function fnSmishingUpdate(flag) {
<td class="sms_detail left" <c:if test="${result.smishingYn eq 'Y'}">style="color: #0000FF;"</c:if>> <td class="sms_detail left" <c:if test="${result.smishingYn eq 'Y'}">style="color: #0000FF;"</c:if>>
<c:choose> <c:choose>
<c:when test="${empty result.smsTxt}"> <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"> <div class="sms_detail_hover">
<c:if test="${not empty fn:split(result.atchFiles, '^')[0]}"> <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;"> <img class="MyMsgImg1" src="/cmm/fms/getImage2.do?atchFileId=${fn:split(result.atchFiles, '^')[0]}&fileSn=0" style="width: 120px;">

View File

@ -585,7 +585,14 @@ function fnSmishingUpdate(flag) {
<td class="sms_detail left <c:if test="${result.smishingYn eq 'Y'}">smishing</c:if>"> <td class="sms_detail left <c:if test="${result.smishingYn eq 'Y'}">smishing</c:if>">
<c:choose> <c:choose>
<c:when test="${empty result.smsTxt}"> <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"> <div class="sms_detail_hover">
<c:if test="${not empty fn:split(result.atchFiles, '^')[0]}"> <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;"> <img class="MyMsgImg1" src="/cmm/fms/getImage2.do?atchFileId=${fn:split(result.atchFiles, '^')[0]}&fileSn=0" style="width: 120px;">

View File

@ -304,7 +304,14 @@ function fnSetCalMonth(val) {
<td class="sms_detail left" <c:if test="${result.smishingYn eq 'Y'}">style="color: #0000FF;"</c:if>> <td class="sms_detail left" <c:if test="${result.smishingYn eq 'Y'}">style="color: #0000FF;"</c:if>>
<c:choose> <c:choose>
<c:when test="${empty result.smsTxt}"> <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"> <div class="sms_detail_hover">
<c:if test="${not empty fn:split(result.atchFiles, '^')[0]}"> <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;"> <img class="MyMsgImg1" src="/cmm/fms/getImage2.do?atchFileId=${fn:split(result.atchFiles, '^')[0]}&fileSn=0" style="width: 120px;">