--- src/main/java/itn/com/cmm/util/MsgSendUtils.java
+++ src/main/java/itn/com/cmm/util/MsgSendUtils.java
... | ... | @@ -357,7 +357,7 @@ |
| 357 | 357 |
|
| 358 | 358 |
|
| 359 | 359 |
|
| 360 |
- if("Y".equalsIgnoreCase(smishingYn)) {
|
|
| 360 |
+ if("Y".equalsIgnoreCase(smishingYn) && isHolidayNotified) {
|
|
| 361 | 361 |
mjonMsgVO.setSpamStatus("Y");
|
| 362 | 362 |
mjonMsgVO.setSmishingYn("Y");
|
| 363 | 363 |
mjonMsgVO.setDelayYn("Y");
|
... | ... | @@ -365,7 +365,7 @@ |
| 365 | 365 |
|
| 366 | 366 |
// 지연 여부 처리 |
| 367 | 367 |
if (( "Y".equalsIgnoreCase(smishingYn) || "Y".equalsIgnoreCase(mjonMsgVO.getDelayYn())) |
| 368 |
- && !hasPerformedDelayYn) {
|
|
| 368 |
+ && !hasPerformedDelayYn && isHolidayNotified) {
|
|
| 369 | 369 |
// calendar.add(Calendar.MINUTE, 30); // 모든 시간을 30분 뒤로 미룸 |
| 370 | 370 |
// TEST |
| 371 | 371 |
calendar.add(Calendar.MINUTE, 5); // 모든 시간을 30분 뒤로 미룸 |
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?