콘텐츠 메인 시리즈 탭 - 큐레이션
- 모든 큐레이션 데이터가 시리즈 큐레이션에 중복되어 나오는 버그 수정
This commit is contained in:
		| @@ -231,6 +231,7 @@ class ContentSeriesQueryRepositoryImpl( | ||||
|             .and(blockMember.blockedMember.id.eq(memberId)) | ||||
|  | ||||
|         var where = series.isActive.isTrue | ||||
|             .and(audioContentCuration.id.eq(curationId)) | ||||
|             .and(member.isActive.isTrue) | ||||
|             .and(member.role.eq(MemberRole.CREATOR)) | ||||
|             .and(blockMember.id.isNull) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user