알림톡 발송결과 엑셀 다운로드 결과 출력 수정
@712556cafac4a48f5746398074fad52cc1197864
--- src/main/java/itn/let/mjo/reservmsg/web/MjonReservMsgController.java
+++ src/main/java/itn/let/mjo/reservmsg/web/MjonReservMsgController.java
... | ... | @@ -1760,8 +1760,8 @@ |
| 1760 | 1760 |
}else {
|
| 1761 | 1761 |
if("0".equals(resultAllSentList.get(i).getCurState())) cell.setCellValue("발송대기");
|
| 1762 | 1762 |
if("1".equals(resultAllSentList.get(i).getCurState())) cell.setCellValue("발송중");
|
| 1763 |
- if("3".equals(resultAllSentList.get(i).getCurState())) cell.setCellValue("결과대기");
|
|
| 1764 |
- if("4".equals(resultAllSentList.get(i).getCurState())) cell.setCellValue("발송완료");
|
|
| 1763 |
+ if("2".equals(resultAllSentList.get(i).getCurState())) cell.setCellValue("결과대기");
|
|
| 1764 |
+ if("3".equals(resultAllSentList.get(i).getCurState())) cell.setCellValue("발송완료");
|
|
| 1765 | 1765 |
} |
| 1766 | 1766 |
} |
| 1767 | 1767 |
if(j==2) cell.setCellValue(sdf.format((resultAllSentList.get(i)).getRegdate())); //접수일자 |
--- src/main/resources/egovframework/sqlmap/let/msg/MjonMsgResv_SQL_mysql.xml
+++ src/main/resources/egovframework/sqlmap/let/msg/MjonMsgResv_SQL_mysql.xml
... | ... | @@ -238,7 +238,7 @@ |
| 238 | 238 |
MGD.USER_ID, |
| 239 | 239 |
MGD.MSG_GROUP_ID, |
| 240 | 240 |
MGD.MSG_GROUP_CNT, |
| 241 |
- MGD.SMS_TXT, |
|
| 241 |
+ MD.SMS_TXT, |
|
| 242 | 242 |
MGD.SUBJECT, |
| 243 | 243 |
MGD.REGDATE, |
| 244 | 244 |
MGD.REQ_DATE, |
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?