diff --git a/src/main/java/itn/let/mjo/msg/service/MjonMsgVO.java b/src/main/java/itn/let/mjo/msg/service/MjonMsgVO.java
index 6474e52..98ee387 100644
--- a/src/main/java/itn/let/mjo/msg/service/MjonMsgVO.java
+++ b/src/main/java/itn/let/mjo/msg/service/MjonMsgVO.java
@@ -317,15 +317,15 @@ public class MjonMsgVO extends ComDefaultVO{
private int waitCount; //대기 건수
- private int successCount; // 문자발송 성공건수
+ private int successCount; //문자발송 성공건수
private int failCount; //실패 건수
- private int kakaoResendWaitCount; //대체문자 대기 건수
- private int kakaoResendSuccCount; //대체문자 성공 건수
- private int kakaoResendFailCount; //대체문자 실패 건수
+ private int resendWaitCount; //대체문자 대기 건수
+ private int resendSuccCount; //대체문자 성공 건수
+ private int resendFailCount; //대체문자 실패 건수
private String[] msgTypeList; //발송 타입 리스트
- private String selectType; //조회 타입 ex) complete : 전송완료
+ private String selectType; //조회 타입 ex) reqDateLast3M : 발송일이 지난 3개월간
private String yellowId; //채널아이디
private String yellowIdYn; //채널아이디 여부
}
diff --git a/src/main/resources/egovframework/sqlmap/let/msg/MjonMsgData_SQL_mysql.xml b/src/main/resources/egovframework/sqlmap/let/msg/MjonMsgData_SQL_mysql.xml
index 397bee6..c56d176 100644
--- a/src/main/resources/egovframework/sqlmap/let/msg/MjonMsgData_SQL_mysql.xml
+++ b/src/main/resources/egovframework/sqlmap/let/msg/MjonMsgData_SQL_mysql.xml
@@ -8708,9 +8708,9 @@
, MMD.waitCount AS waitCount
, MMD.successCount AS successCount
, MMD.failCount AS failCount
- , MMD.kakaoResendWaitCount AS kakaoResendWaitCount
- , MMD.kakaoResendSuccCount AS kakaoResendSuccCount
- , MMD.kakaoResendFailCount AS kakaoResendFailCount
+ , MMD.resendWaitCount AS resendWaitCount
+ , MMD.resendSuccCount AS resendSuccCount
+ , MMD.resendFailCount AS resendFailCount