예약 업로드 #113

Merged
klaus merged 18 commits from test into main 2024-01-10 16:59:51 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 1a02f2383e - Show all commits

View File

@ -126,6 +126,7 @@ class AudioContentService(
?: throw SodaException("잘못된 콘텐츠 입니다.\n다시 시도해 주세요.")
audioContent.isActive = false
audioContent.releaseDate = null
}
@Transactional