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

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

@ -130,13 +130,13 @@ public class IntgrnSendDetailRepositoryImpl implements IntgrnSendDetailRepositor
, intgrnSendDetail.intSendDetailId , intgrnSendDetail.intSendDetailId
, intgrnSendDetail.linkedUuid , intgrnSendDetail.linkedUuid
, intgrnSendDetail.curPostSe , intgrnSendDetail.curPostSe
, sendDetailKkoTalk.status.as("status") , sendDetailKkoTalk.status.as("curStatCd")
, sendDetailKkoTalk.sentAt.as("sentAt") , sendDetailKkoTalk.sentAt.as("docSentDt")
, sendDetailKkoTalk.receivedAt.as("receivedAt") , sendDetailKkoTalk.receivedAt.as("docReceivedDt")
, sendDetailKkoTalk.authenticatedAt.as("authenticatedAt") , sendDetailKkoTalk.authenticatedAt.as("docAuthFrstDt")
, sendDetailKkoTalk.ottVerifiedAt.as("ottVerifiedAt") , sendDetailKkoTalk.ottVerifiedAt.as("docTokenVrfyFrstDt")
, sendDetailKkoTalk.readAt.as("readAt") , sendDetailKkoTalk.readAt.as("docReadFrstDt")
, sendDetailKkoTalk.userNotifiedAt.as("userNotifiedAt") , sendDetailKkoTalk.userNotifiedAt.as("docUserNotiedDt")
, sendDetailKkoTalk.error.errorCode , sendDetailKkoTalk.error.errorCode
, sendDetailKkoTalk.error.errorMessage , sendDetailKkoTalk.error.errorMessage
, sendMast.error.errorCode.as("mastErrorCode") , sendMast.error.errorCode.as("mastErrorCode")

Loading…
Cancel
Save