Merge branch 'master_tolag3'

알림톡 발송결과 수정
This commit is contained in:
leejunho 2025-05-12 15:39:27 +09:00
parent e1122bdab7
commit 364495f7e4
2 changed files with 2 additions and 2 deletions

View File

@ -1850,7 +1850,7 @@
, MGD.USER_ID as userId
, MGD.SMS_TXT as smsTxt
, MGD.SUBJECT as subject
, DATE_FORMAT(MGD.REQ_DATE, '%Y-%m-%d %T') as reqDate
, DATE_FORMAT(MGD.REQ_DATE, '%Y-%m-%d %H:%i') as reqDate
, DATE_FORMAT(MGD.REGDATE, '%Y-%m-%d %T') as regDate
, MGD.MSG_TYPE as msgType
, MGD.MSG_KIND as msgKind

View File

@ -659,7 +659,7 @@ function previewPhone(){
<c:if test="${result.reserveYn eq 'Y' }">
<dl><!-- 예약 시 -->
<dt>등록일시</dt>
<dd><fmt:formatDate pattern = "yyyy-MM-dd HH:mm:ss" value = "${result.regdate}" /></dd>
<dd><fmt:formatDate pattern = "yyyy-MM-dd HH:mm" value = "${result.regdate}" /></dd>
</dl>
</c:if>
<dl>