오디오 콘텐츠 삭제

- 콘텐츠 삭제시 오픈 예정 날짜 null 처리
This commit is contained in:
Klaus 2024-01-10 22:33:33 +09:00
parent 319893d60f
commit 1a02f2383e
1 changed files with 1 additions and 0 deletions

View File

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