getDetail에 @Transactional 을 추가하여 데이터 저장이 가능하도록 수정
This commit is contained in:
@@ -503,6 +503,7 @@ class AudioContentService(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Transactional
|
||||||
fun getDetail(
|
fun getDetail(
|
||||||
id: Long,
|
id: Long,
|
||||||
member: Member,
|
member: Member,
|
||||||
|
|||||||
Reference in New Issue
Block a user