feat: 카카오톡 추가 반영 - send

- 카카오톡 조회 추가 반영
main
Jonguk. Lim 2 months ago
parent 3ae0167073
commit a6cc91f02c

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

Loading…
Cancel
Save