주문목록 - 크리에이터 닉네임 추가 #29
|
@ -67,7 +67,7 @@ class AudioContentCommentService(
|
||||||
val audioContentComment = repository.findByIdOrNull(request.commentId)
|
val audioContentComment = repository.findByIdOrNull(request.commentId)
|
||||||
?: throw SodaException("잘못된 접근 입니다.\n확인 후 다시 시도해 주세요.")
|
?: throw SodaException("잘못된 접근 입니다.\n확인 후 다시 시도해 주세요.")
|
||||||
|
|
||||||
if (audioContentComment.id!! == member.id!!) {
|
if (audioContentComment.member!!.id!! == member.id!!) {
|
||||||
if (request.comment != null) {
|
if (request.comment != null) {
|
||||||
audioContentComment.comment = request.comment
|
audioContentComment.comment = request.comment
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue