File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
src/main/kotlin/com/ssak3/timeattack/task Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ class OverdueTaskStatusUpdateScheduler(
5050 scheduledTimeForPushNotification.atZone(ZoneId .systemDefault()).toInstant(),
5151 )
5252
53- logger.info(" Task(${task.id} ) 회고 푸시 알림 등록 완료: 예정 실행 시간 = $scheduledTime " )
53+ logger.info(" Task(${task.id} ) 회고 푸시 알림 등록 완료: 예정 실행 시간 = $scheduledTimeForPushNotification " )
5454 }
5555
5656 private fun checkRetrospectionAndSendPushNotification (taskId : Long ) {
Original file line number Diff line number Diff line change @@ -362,6 +362,7 @@ class TaskService(
362362 * 2. 마감 24시간 전(3)
363363 * 3. 1시간 전(4)
364364 */
365+ @Transactional
365366 fun requestSupportNotifications (
366367 taskId : Long ,
367368 memberId : Long ,
@@ -460,6 +461,7 @@ class TaskService(
460461 }
461462
462463 // 몰입이 완료되면 등록된 푸시알림 비활성화
464+ @Transactional
463465 fun inactiveSupportNotifications (
464466 taskId : Long ,
465467 memberId : Long ,
You can’t perform that action at this time.
0 commit comments