[#39] '시간' -> '일정' 스키마 변경으로 테마별 시간 지정 #40

Merged
pricelees merged 16 commits from refactor/#39 into main 2025-09-04 04:14:12 +00:00
Showing only changes of commit 250834ab9e - Show all commits

View File

@ -115,6 +115,7 @@ class ScheduleService(
log.info { "[ScheduleService.findOrThrow] 일정 조회 시작: id=$id" } log.info { "[ScheduleService.findOrThrow] 일정 조회 시작: id=$id" }
return scheduleRepository.findByIdOrNull(id) return scheduleRepository.findByIdOrNull(id)
?.also { log.info { "[ScheduleService.findOrThrow] 일정 조회 완료: id=$id" } }
?: run { ?: run {
log.warn { "[ScheduleService.updateSchedule] 일정 조회 실패. id=$id" } log.warn { "[ScheduleService.updateSchedule] 일정 조회 실패. id=$id" }
throw ScheduleException(ScheduleErrorCode.SCHEDULE_NOT_FOUND) throw ScheduleException(ScheduleErrorCode.SCHEDULE_NOT_FOUND)