diff --git a/src/main/java/cokr/xit/ens/modules/common/ctgy/intgrnnoti/domain/repository/IntgrnSendDetailRepositoryImpl.java b/src/main/java/cokr/xit/ens/modules/common/ctgy/intgrnnoti/domain/repository/IntgrnSendDetailRepositoryImpl.java index f6f352b..1460d63 100644 --- a/src/main/java/cokr/xit/ens/modules/common/ctgy/intgrnnoti/domain/repository/IntgrnSendDetailRepositoryImpl.java +++ b/src/main/java/cokr/xit/ens/modules/common/ctgy/intgrnnoti/domain/repository/IntgrnSendDetailRepositoryImpl.java @@ -130,13 +130,13 @@ public class IntgrnSendDetailRepositoryImpl implements IntgrnSendDetailRepositor , intgrnSendDetail.intSendDetailId , intgrnSendDetail.linkedUuid , intgrnSendDetail.curPostSe - , sendDetailKkoTalk.status.as("status") - , sendDetailKkoTalk.sentAt.as("sentAt") - , sendDetailKkoTalk.receivedAt.as("receivedAt") - , sendDetailKkoTalk.authenticatedAt.as("authenticatedAt") - , sendDetailKkoTalk.ottVerifiedAt.as("ottVerifiedAt") - , sendDetailKkoTalk.readAt.as("readAt") - , sendDetailKkoTalk.userNotifiedAt.as("userNotifiedAt") + , sendDetailKkoTalk.status.as("curStatCd") + , sendDetailKkoTalk.sentAt.as("docSentDt") + , sendDetailKkoTalk.receivedAt.as("docReceivedDt") + , sendDetailKkoTalk.authenticatedAt.as("docAuthFrstDt") + , sendDetailKkoTalk.ottVerifiedAt.as("docTokenVrfyFrstDt") + , sendDetailKkoTalk.readAt.as("docReadFrstDt") + , sendDetailKkoTalk.userNotifiedAt.as("docUserNotiedDt") , sendDetailKkoTalk.error.errorCode , sendDetailKkoTalk.error.errorMessage , sendMast.error.errorCode.as("mastErrorCode")