|
|
|
@ -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")
|
|
|
|
|