회원상세 팝업 문자종류 수정
This commit is contained in:
parent
5ca4268fd9
commit
785e892d9d
@ -3858,7 +3858,7 @@ function kakaoATDelayCancel(msgGroupId){
|
|||||||
<c:when test="${mjonMsgSentList.agentCode == '01' && mjonMsgSentList.fileCnt > 1}">
|
<c:when test="${mjonMsgSentList.agentCode == '01' && mjonMsgSentList.fileCnt > 1}">
|
||||||
그림
|
그림
|
||||||
</c:when>
|
</c:when>
|
||||||
<c:when test="${(mjonMsgSentList.agentCode == '02' || mjonMsgSentList.agentCode == '03' || mjonMsgSentList.agentCode == '04') && mjonMsgSentList.fileCnt > 0}">
|
<c:when test="${mjonMsgSentList.agentCode != '01' && mjonMsgSentList.fileCnt > 0}">
|
||||||
그림
|
그림
|
||||||
</c:when>
|
</c:when>
|
||||||
<c:otherwise>
|
<c:otherwise>
|
||||||
@ -4068,7 +4068,7 @@ function kakaoATDelayCancel(msgGroupId){
|
|||||||
<c:when test="${mjonMsgSentList.agentCode == '01' && mjonMsgSentList.fileCnt > 1}">
|
<c:when test="${mjonMsgSentList.agentCode == '01' && mjonMsgSentList.fileCnt > 1}">
|
||||||
그림
|
그림
|
||||||
</c:when>
|
</c:when>
|
||||||
<c:when test="${(mjonMsgSentList.agentCode == '02' || mjonMsgSentList.agentCode == '03' || mjonMsgSentList.agentCode == '04') && mjonMsgSentList.fileCnt > 0}">
|
<c:when test="${mjonMsgSentList.agentCode != '01' && mjonMsgSentList.fileCnt > 0}">
|
||||||
그림
|
그림
|
||||||
</c:when>
|
</c:when>
|
||||||
<c:otherwise>
|
<c:otherwise>
|
||||||
@ -4287,7 +4287,7 @@ function kakaoATDelayCancel(msgGroupId){
|
|||||||
<c:when test="${mjonMsgDelaySentList.agentCode == '01' && mjonMsgDelaySentList.fileCnt > 1}">
|
<c:when test="${mjonMsgDelaySentList.agentCode == '01' && mjonMsgDelaySentList.fileCnt > 1}">
|
||||||
그림
|
그림
|
||||||
</c:when>
|
</c:when>
|
||||||
<c:when test="${(mjonMsgDelaySentList.agentCode == '02' || mjonMsgDelaySentList.agentCode == '03' || mjonMsgDelaySentList.agentCode == '04') && mjonMsgDelaySentList.fileCnt > 0}">
|
<c:when test="${mjonMsgDelaySentList.agentCode != '01' && mjonMsgDelaySentList.fileCnt > 0}">
|
||||||
그림
|
그림
|
||||||
</c:when>
|
</c:when>
|
||||||
<c:otherwise>
|
<c:otherwise>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user