id 로직 주식처리
@a4215242e7dbf6de34e790007fa9a9153c99649b
--- src/main/java/itn/let/mjo/msgdata/service/impl/MjonMsgDataServiceImpl.java
+++ src/main/java/itn/let/mjo/msgdata/service/impl/MjonMsgDataServiceImpl.java
... | ... | @@ -2596,7 +2596,7 @@ |
| 2596 | 2596 |
* 신규 IDgen 값 생성해주기 |
| 2597 | 2597 |
* |
| 2598 | 2598 |
* */ |
| 2599 |
- String subUserId = ""; |
|
| 2599 |
+ /*String subUserId = ""; |
|
| 2600 | 2600 |
if(mjonMsgVO.getUserId().length() < 5) {
|
| 2601 | 2601 |
int a = 5 - mjonMsgVO.getUserId().length(); |
| 2602 | 2602 |
subUserId = mjonMsgVO.getUserId(); |
... | ... | @@ -2617,12 +2617,11 @@ |
| 2617 | 2617 |
|
| 2618 | 2618 |
userLastIdgen = subUserId + "_00000000000000"; |
| 2619 | 2619 |
|
| 2620 |
- } |
|
| 2620 |
+ }*/ |
|
| 2621 | 2621 |
|
| 2622 |
+// System.out.println("+_+++++ startUserId ::: "+startUserId);
|
|
| 2623 |
+ String startUserId = ""; |
|
| 2622 | 2624 |
MjonCommon mjComm = new MjonCommon(); |
| 2623 |
- String startUserId = userLastIdgen; |
|
| 2624 |
- System.out.println("+_+++++ startUserId ::: "+startUserId);
|
|
| 2625 |
- System.out.println("+_+++++ test 1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~");
|
|
| 2626 | 2625 |
//문자발송 리스트 생성 시작 |
| 2627 | 2626 |
for(int i = 0; i < callToCnt; i++) {
|
| 2628 | 2627 |
startUserId = idgenMsgId.getNextStringId(); |
... | ... | @@ -2770,7 +2769,6 @@ |
| 2770 | 2769 |
|
| 2771 | 2770 |
//즉시 / 예약 전송 처리 |
| 2772 | 2771 |
if(mjonMsgVO.getReserveYn().equals("N")) {//즉시 전송의 경우 현재 시간을 입력
|
| 2773 |
- System.out.println("+_+++++ test 즉시 발송 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~");
|
|
| 2774 | 2772 |
if(spamStatus.equals("Y") || smishingYn.equals("Y")) {//스팸문자가 있거나, 스미싱 의심 회원의 경우 30분 지연시간을 입력해 준다.
|
| 2775 | 2773 |
|
| 2776 | 2774 |
tempVO.setReqDate(mjonMsgVO.getReqDate());//상단에서 스팸문구가 있는겨우 30분 딜레이시간을 입력해 두었기 때문에 같은 데이터를 입력함. |
... | ... | @@ -2785,7 +2783,6 @@ |
| 2785 | 2783 |
} |
| 2786 | 2784 |
|
| 2787 | 2785 |
}else { // 예약 발송의 경우 예약 시간을 입력
|
| 2788 |
- System.out.println("+_+++++ test 2 예약 발송 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~");
|
|
| 2789 | 2786 |
//분할 발송을 체크 한 경우 |
| 2790 | 2787 |
if(mjonMsgVO.getDivideChk() != null) {
|
| 2791 | 2788 |
|
... | ... | @@ -2809,7 +2806,6 @@ |
| 2809 | 2806 |
|
| 2810 | 2807 |
|
| 2811 | 2808 |
}else {//일반 예약 발송의 경우
|
| 2812 |
- System.out.println("+_+++++ test 일반 예약 발송 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~");
|
|
| 2813 | 2809 |
if(spamStatus.equals("Y") || smishingYn.equals("Y")) {//스팸문구 혹은 스미싱 의심 회원의 경우 30분 딜레이 처리해준다.
|
| 2814 | 2810 |
|
| 2815 | 2811 |
Date delayDate = transFormat.parse(mjonMsgVO.getReqDate()); |
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?