diff --git a/src/main/resources/mapper/mysql/custMgt/custMgt-mapper.xml b/src/main/resources/mapper/mysql/custMgt/custMgt-mapper.xml
index 0b10c06..7c9b206 100644
--- a/src/main/resources/mapper/mysql/custMgt/custMgt-mapper.xml
+++ b/src/main/resources/mapper/mysql/custMgt/custMgt-mapper.xml
@@ -1650,137 +1650,4 @@
ORDER BY eci.CUST_SEQ DESC
-->
-
-
-
-
-
-
-
- /* extCarryOverAmtNoti.insertWebMsgCli - 메시지 원장 등록 */
- INSERT INTO
-
- hubez_send.EZ_MSG_NORMAL
-
-
- hubez_send.EZ_MSG_REAL
-
- (
- CLIENT_KEY,
- REQ_PRODUCT,
- TRAFFIC_TYPE,
- MSG_STATUS,
- REQ_DATE,
- MSG_BIZ_KEY,
- TEMPLATE_CODE,
- SEND_GROUP_KEY,
- CALLBACK_NUMBER,
- DEPT_CODE,
- MSG,
- PHONE,
- MERGE_DATA,
- TITLE,
- FILE_LIST,
- FB_PRODUCT,
- FB_TITLE,
- FB_MSG,
- FB_FILE_ID,
- RCS_MSGBASE_ID,
- RCS_HEADER,
- RCS_FOOTER,
- RCS_COPY_ALLOWED,
- RCS_EXPIRY_OPTION,
- RCS_AGENCY_ID,
- RCS_BUTTON,
- KAKAO_SENDER_KEY,
- KAKAO_TEMPLATE_KEY,
- KAKAO_BUTTON,
- KAKAO_IMAGE_WIDE_YN,
- KAKAO_IMAGE_URL,
- KAKAO_IMAGE_LINK,
- PUSH_APP_ID,
- PUSH_PROVIDER,
- PUSH_APP_USER_ID,
- WEB_REQ_ID,
- ORDER_ID
- )
- VALUES
- (
- #{clientKey},
- #{reqProduct},
- #{trafficType},
- #{msgStatus},
- NOW(),
- #{msgBizKey},
- #{templateCode},
- #{sendGroupKey},
- #{callbackNumber},
- #{deptCode},
- #{msg},
- #{phone},
- #{mergeData},
- '충전금액알림',
- #{fileList},
- #{fbProduct},
- #{fbTitle},
- #{fbMsg},
- #{fbFileId},
- #{rcsMsgbaseId},
- #{rcsHeader},
- #{rcsFooter},
- #{rcsCopyAllowed},
- #{rcsExpiryOption},
- #{rcsAgencyId},
- #{rcsButton},
- #{kakaoSenderKey},
- #{kakaoTemplateKey},
- #{kakaoButton},
- #{kakaoImageWideYn},
- #{kakaoImageUrl},
- #{kakaoImageLink},
- #{pushAppId},
- #{pushProvider},
- #{pushAppUserId},
- #{webReqId},
- #{orderId}
- )
-
-
-
- /* extCarryOverAmtNoti.insertNotiHst - 알림 이력 등록 */
- INSERT INTO hubez_common.EZ_NOTI_HIST
- (
- SND_YMD,
- USER_SEQ,
- NOTI_SEQ,
- NOTI_DIV,
- NOTI_MSG,
- WEB_REQ_ID,
- REG_DT
- )
- VALUES
- (
- DATE_FORMAT(NOW(), '%Y%m%d'),
- #{userSeq},
- #{notiSeq},
- '04',
- #{notiMsg},
- #{webReqId},
- NOW()
- )
-