알림톡 상세목록 성능개선
This commit is contained in:
parent
81c999966c
commit
f02d41cf8a
@ -662,7 +662,6 @@
|
||||
, MSG_NOTICETALK_TMP_KEY AS msgNoticetalkTmpKey
|
||||
, MKPI.YELLOW_ID AS yellowId
|
||||
, LTM.MBER_NM AS userNm
|
||||
, successCount
|
||||
, BIZ_KAKAO_RESEND_YN AS subMsgSendYn
|
||||
, BIZ_KAKAO_RESEND_TYPE AS subMsgType
|
||||
, BIZ_KAKAO_RESEND_DATA AS subMsgTxt
|
||||
@ -716,7 +715,6 @@
|
||||
ELSE '2'
|
||||
END orderByCode
|
||||
, (<include refid="KakaoSentDAO.selectAgentResultQuery_A"/>) AS RESULT
|
||||
, (<include refid="mjonKakaoATDAO.selectSuccessResultQuery_C"/>) AS successCount
|
||||
, A.MSG_NOTICETALK_SENDER_KEY
|
||||
, A.MSG_NOTICETALK_TMP_KEY
|
||||
, CASE
|
||||
@ -755,7 +753,7 @@
|
||||
]]>
|
||||
)M
|
||||
LEFT JOIN MJ_KAKAO_PROFILE_INFO MKPI
|
||||
ON M.MSG_NOTICETALK_SENDER_KEY = MKPI.SENDER_KEY AND MKPI.USER_ID = M.USER_ID AND MKPI.DELETE_YN = 'N'
|
||||
ON M.MSG_NOTICETALK_SENDER_KEY = MKPI.SENDER_KEY AND MKPI.USER_ID = M.USER_ID
|
||||
LEFT JOIN LETTNGNRLMBER LTM
|
||||
ON M.USER_ID = LTM.MBER_ID
|
||||
WHERE 1=1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user