fix: 메인 홈 - 요일별 시리즈
- groupBy 추가하여 동일한 시리즈가 여러개 추가되어 있는 버그 수정
This commit is contained in:
		| @@ -414,6 +414,7 @@ class ContentSeriesQueryRepositoryImpl( | |||||||
|             .innerJoin(series.contentList, seriesContent) |             .innerJoin(series.contentList, seriesContent) | ||||||
|             .innerJoin(seriesContent.content, audioContent) |             .innerJoin(seriesContent.content, audioContent) | ||||||
|             .where(where) |             .where(where) | ||||||
|  |             .groupBy(series.id) | ||||||
|             .orderBy(seriesContent.content.createdAt.desc()) |             .orderBy(seriesContent.content.createdAt.desc()) | ||||||
|             .offset(offset) |             .offset(offset) | ||||||
|             .limit(limit) |             .limit(limit) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user