관리자 - 시리즈 리스트 API
- 작품개수 추가
This commit is contained in:
		| @@ -67,6 +67,7 @@ class AdminContentSeriesQueryRepositoryImpl( | ||||
|             .leftJoin(seriesContent).on(series.id.eq(seriesContent.series.id)) | ||||
|             .leftJoin(seriesContent.content, audioContent).on(audioContent.isActive.isTrue) | ||||
|             .where(where) | ||||
|             .groupBy(series.id) | ||||
|             .offset(offset) | ||||
|             .limit(limit) | ||||
|             .orderBy(series.member.id.asc(), series.orders.asc()) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user