itn 2023-10-05
회원상세 팝업 문자종류 수정
@785e892d9d8ec81d97bdea83709efdecea68e4e2
src/main/webapp/WEB-INF/jsp/cmm/uss/umt/EgovGnrlUserSelectUpdt.jsp
--- src/main/webapp/WEB-INF/jsp/cmm/uss/umt/EgovGnrlUserSelectUpdt.jsp
+++ src/main/webapp/WEB-INF/jsp/cmm/uss/umt/EgovGnrlUserSelectUpdt.jsp
@@ -3858,7 +3858,7 @@
 																	<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 @@
 																	<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 @@
 																<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>
Add a comment
List