주석 추가 확인
This commit is contained in:
parent
9bc53bd7d0
commit
7ce99e052c
@ -2613,7 +2613,7 @@ public class MjonMsgDataServiceImpl extends EgovAbstractServiceImpl implements M
|
||||
MjonCommon mjComm = new MjonCommon();
|
||||
String startUserId = userLastIdgen;
|
||||
System.out.println("+_+++++ startUserId ::: "+startUserId);
|
||||
|
||||
System.out.println("+_+++++ test 1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~");
|
||||
//문자발송 리스트 생성 시작
|
||||
for(int i = 0; i < callToCnt; i++) {
|
||||
|
||||
@ -2761,7 +2761,7 @@ public class MjonMsgDataServiceImpl extends EgovAbstractServiceImpl implements M
|
||||
|
||||
//즉시 / 예약 전송 처리
|
||||
if(mjonMsgVO.getReserveYn().equals("N")) {//즉시 전송의 경우 현재 시간을 입력
|
||||
|
||||
System.out.println("+_+++++ test 즉시 발송 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~");
|
||||
if(spamStatus.equals("Y") || smishingYn.equals("Y")) {//스팸문자가 있거나, 스미싱 의심 회원의 경우 30분 지연시간을 입력해 준다.
|
||||
|
||||
tempVO.setReqDate(mjonMsgVO.getReqDate());//상단에서 스팸문구가 있는겨우 30분 딜레이시간을 입력해 두었기 때문에 같은 데이터를 입력함.
|
||||
@ -2776,7 +2776,7 @@ public class MjonMsgDataServiceImpl extends EgovAbstractServiceImpl implements M
|
||||
}
|
||||
|
||||
}else { // 예약 발송의 경우 예약 시간을 입력
|
||||
|
||||
System.out.println("+_+++++ test 2 예약 발송 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~");
|
||||
//분할 발송을 체크 한 경우
|
||||
if(mjonMsgVO.getDivideChk() != null) {
|
||||
|
||||
@ -2800,7 +2800,7 @@ public class MjonMsgDataServiceImpl extends EgovAbstractServiceImpl implements M
|
||||
|
||||
|
||||
}else {//일반 예약 발송의 경우
|
||||
|
||||
System.out.println("+_+++++ test 일반 예약 발송 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~");
|
||||
if(spamStatus.equals("Y") || smishingYn.equals("Y")) {//스팸문구 혹은 스미싱 의심 회원의 경우 30분 딜레이 처리해준다.
|
||||
|
||||
Date delayDate = transFormat.parse(mjonMsgVO.getReqDate());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user