스미싱 의심 알림 > 회원 상세정보 클릭 시 오류 발생 현상 수정
This commit is contained in:
parent
1dd6d5300f
commit
df7c7eca79
@ -4595,7 +4595,8 @@ function fnInputSmsTxt(){
|
|||||||
<td>
|
<td>
|
||||||
<c:choose>
|
<c:choose>
|
||||||
<c:when test="${not empty mjonMsgDelaySentList.regDate}">
|
<c:when test="${not empty mjonMsgDelaySentList.regDate}">
|
||||||
<fmt:formatDate value="${mjonMsgDelaySentList.regDate}" pattern="yyyy-MM-dd HH:mm"/>
|
<%-- <fmt:formatDate value="${mjonMsgDelaySentList.regDate}" pattern="yyyy-MM-dd HH:mm"/> --%>
|
||||||
|
<c:out value="${mjonMsgDelaySentList.regDate}" />
|
||||||
</c:when>
|
</c:when>
|
||||||
<c:otherwise>
|
<c:otherwise>
|
||||||
-
|
-
|
||||||
@ -4613,7 +4614,8 @@ function fnInputSmsTxt(){
|
|||||||
<c:otherwise>
|
<c:otherwise>
|
||||||
<c:choose>
|
<c:choose>
|
||||||
<c:when test="${mjonMsgDelaySentList.delayYn eq 'Y'}">
|
<c:when test="${mjonMsgDelaySentList.delayYn eq 'Y'}">
|
||||||
[스미싱의심] <fmt:formatDate value="${mjonMsgDelaySentList.reqDate}" pattern="yyyy-MM-dd HH:mm"/>
|
[스미싱의심] <c:out value="${mjonMsgDelaySentList.regDate}" />
|
||||||
|
<%-- [스미싱의심] <fmt:formatDate value="${mjonMsgDelaySentList.reqDate}" pattern="yyyy-MM-dd HH:mm"/> --%>
|
||||||
</c:when>
|
</c:when>
|
||||||
<c:otherwise>
|
<c:otherwise>
|
||||||
-
|
-
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user