콘텐츠 댓글 푸시 대상자 조회
- audioContentComment 조회 대상에 추가
This commit is contained in:
		| @@ -221,8 +221,9 @@ class AudioContentCommentQueryRepositoryImpl( | |||||||
|                         member.container |                         member.container | ||||||
|                     ) |                     ) | ||||||
|                 ) |                 ) | ||||||
|                 .from(audioContent) |                 .from(audioContentComment) | ||||||
|                 .innerJoin(audioContent.member, member) |                 .innerJoin(audioContentComment.audioContent, audioContent) | ||||||
|  |                 .innerJoin(audioContentComment.member, member) | ||||||
|                 .where(where) |                 .where(where) | ||||||
|                 .fetch() |                 .fetch() | ||||||
|         } |         } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user