알림톡 상세목록 성능개선
@f02d41cf8ad5db7beea0bdf535476d1d2cf56c91
--- src/main/resources/egovframework/sqlmap/let/kakao/MjonKakaoATData_SQL_mysql.xml
+++ src/main/resources/egovframework/sqlmap/let/kakao/MjonKakaoATData_SQL_mysql.xml
... | ... | @@ -662,7 +662,6 @@ |
| 662 | 662 |
, MSG_NOTICETALK_TMP_KEY AS msgNoticetalkTmpKey |
| 663 | 663 |
, MKPI.YELLOW_ID AS yellowId |
| 664 | 664 |
, LTM.MBER_NM AS userNm |
| 665 |
- , successCount |
|
| 666 | 665 |
, BIZ_KAKAO_RESEND_YN AS subMsgSendYn |
| 667 | 666 |
, BIZ_KAKAO_RESEND_TYPE AS subMsgType |
| 668 | 667 |
, BIZ_KAKAO_RESEND_DATA AS subMsgTxt |
... | ... | @@ -716,7 +715,6 @@ |
| 716 | 715 |
ELSE '2' |
| 717 | 716 |
END orderByCode |
| 718 | 717 |
, (<include refid="KakaoSentDAO.selectAgentResultQuery_A"/>) AS RESULT |
| 719 |
- , (<include refid="mjonKakaoATDAO.selectSuccessResultQuery_C"/>) AS successCount |
|
| 720 | 718 |
, A.MSG_NOTICETALK_SENDER_KEY |
| 721 | 719 |
, A.MSG_NOTICETALK_TMP_KEY |
| 722 | 720 |
, CASE |
... | ... | @@ -755,7 +753,7 @@ |
| 755 | 753 |
]]> |
| 756 | 754 |
)M |
| 757 | 755 |
LEFT JOIN MJ_KAKAO_PROFILE_INFO MKPI |
| 758 |
- ON M.MSG_NOTICETALK_SENDER_KEY = MKPI.SENDER_KEY AND MKPI.USER_ID = M.USER_ID AND MKPI.DELETE_YN = 'N' |
|
| 756 |
+ ON M.MSG_NOTICETALK_SENDER_KEY = MKPI.SENDER_KEY AND MKPI.USER_ID = M.USER_ID |
|
| 759 | 757 |
LEFT JOIN LETTNGNRLMBER LTM |
| 760 | 758 |
ON M.USER_ID = LTM.MBER_ID |
| 761 | 759 |
WHERE 1=1 |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?