회원상세 팝업 문자종류 수정
@785e892d9d8ec81d97bdea83709efdecea68e4e2
--- 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 @@ |
| 3858 | 3858 |
<c:when test="${mjonMsgSentList.agentCode == '01' && mjonMsgSentList.fileCnt > 1}">
|
| 3859 | 3859 |
그림 |
| 3860 | 3860 |
</c:when> |
| 3861 |
- <c:when test="${(mjonMsgSentList.agentCode == '02' || mjonMsgSentList.agentCode == '03' || mjonMsgSentList.agentCode == '04') && mjonMsgSentList.fileCnt > 0}">
|
|
| 3861 |
+ <c:when test="${mjonMsgSentList.agentCode != '01' && mjonMsgSentList.fileCnt > 0}">
|
|
| 3862 | 3862 |
그림 |
| 3863 | 3863 |
</c:when> |
| 3864 | 3864 |
<c:otherwise> |
... | ... | @@ -4068,7 +4068,7 @@ |
| 4068 | 4068 |
<c:when test="${mjonMsgSentList.agentCode == '01' && mjonMsgSentList.fileCnt > 1}">
|
| 4069 | 4069 |
그림 |
| 4070 | 4070 |
</c:when> |
| 4071 |
- <c:when test="${(mjonMsgSentList.agentCode == '02' || mjonMsgSentList.agentCode == '03' || mjonMsgSentList.agentCode == '04') && mjonMsgSentList.fileCnt > 0}">
|
|
| 4071 |
+ <c:when test="${mjonMsgSentList.agentCode != '01' && mjonMsgSentList.fileCnt > 0}">
|
|
| 4072 | 4072 |
그림 |
| 4073 | 4073 |
</c:when> |
| 4074 | 4074 |
<c:otherwise> |
... | ... | @@ -4287,7 +4287,7 @@ |
| 4287 | 4287 |
<c:when test="${mjonMsgDelaySentList.agentCode == '01' && mjonMsgDelaySentList.fileCnt > 1}">
|
| 4288 | 4288 |
그림 |
| 4289 | 4289 |
</c:when> |
| 4290 |
- <c:when test="${(mjonMsgDelaySentList.agentCode == '02' || mjonMsgDelaySentList.agentCode == '03' || mjonMsgDelaySentList.agentCode == '04') && mjonMsgDelaySentList.fileCnt > 0}">
|
|
| 4290 |
+ <c:when test="${mjonMsgDelaySentList.agentCode != '01' && mjonMsgDelaySentList.fileCnt > 0}">
|
|
| 4291 | 4291 |
그림 |
| 4292 | 4292 |
</c:when> |
| 4293 | 4293 |
<c:otherwise> |
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?