--- src/main/java/itn/com/cmm/util/MsgSendUtils.java
+++ src/main/java/itn/com/cmm/util/MsgSendUtils.java
... | ... | @@ -366,9 +366,9 @@ |
| 366 | 366 |
// 지연 여부 처리 |
| 367 | 367 |
if (( "Y".equalsIgnoreCase(smishingYn) || "Y".equalsIgnoreCase(mjonMsgVO.getDelayYn())) |
| 368 | 368 |
&& !hasPerformedDelayYn && isHolidayNotified) {
|
| 369 |
-// calendar.add(Calendar.MINUTE, 30); // 모든 시간을 30분 뒤로 미룸 |
|
| 369 |
+ calendar.add(Calendar.MINUTE, 30); // 모든 시간을 30분 뒤로 미룸 |
|
| 370 | 370 |
// TEST |
| 371 |
- calendar.add(Calendar.MINUTE, 5); // 모든 시간을 30분 뒤로 미룸 |
|
| 371 |
+// calendar.add(Calendar.MINUTE, 5); // 모든 시간을 30분 뒤로 미룸 |
|
| 372 | 372 |
hasPerformedDelayYn = true; |
| 373 | 373 |
} |
| 374 | 374 |
|
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?