Merge branch 'wyh'
This commit is contained in:
commit
b657c8639c
@ -1760,8 +1760,8 @@ public class MjonReservMsgController {
|
||||
}else {
|
||||
if("0".equals(resultAllSentList.get(i).getCurState())) cell.setCellValue("발송대기");
|
||||
if("1".equals(resultAllSentList.get(i).getCurState())) cell.setCellValue("발송중");
|
||||
if("3".equals(resultAllSentList.get(i).getCurState())) cell.setCellValue("결과대기");
|
||||
if("4".equals(resultAllSentList.get(i).getCurState())) cell.setCellValue("발송완료");
|
||||
if("2".equals(resultAllSentList.get(i).getCurState())) cell.setCellValue("결과대기");
|
||||
if("3".equals(resultAllSentList.get(i).getCurState())) cell.setCellValue("발송완료");
|
||||
}
|
||||
}
|
||||
if(j==2) cell.setCellValue(sdf.format((resultAllSentList.get(i)).getRegdate())); //접수일자
|
||||
|
||||
@ -238,7 +238,7 @@
|
||||
MGD.USER_ID,
|
||||
MGD.MSG_GROUP_ID,
|
||||
MGD.MSG_GROUP_CNT,
|
||||
MGD.SMS_TXT,
|
||||
MD.SMS_TXT,
|
||||
MGD.SUBJECT,
|
||||
MGD.REGDATE,
|
||||
MGD.REQ_DATE,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user