회원상세 팝업 문자종류 수정

This commit is contained in:
itn 2023-10-05 17:12:52 +09:00
parent 5ca4268fd9
commit 785e892d9d

View File

@ -3858,7 +3858,7 @@ function kakaoATDelayCancel(msgGroupId){
<c:when test="${mjonMsgSentList.agentCode == '01' && mjonMsgSentList.fileCnt > 1}">
그림
</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:otherwise>
@ -4068,7 +4068,7 @@ function kakaoATDelayCancel(msgGroupId){
<c:when test="${mjonMsgSentList.agentCode == '01' && mjonMsgSentList.fileCnt > 1}">
그림
</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:otherwise>
@ -4287,7 +4287,7 @@ function kakaoATDelayCancel(msgGroupId){
<c:when test="${mjonMsgDelaySentList.agentCode == '01' && mjonMsgDelaySentList.fileCnt > 1}">
그림
</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:otherwise>