시리즈 리스트 조회 API
- 필요한 필드만 조회하도록 수정
This commit is contained in:
		| @@ -56,6 +56,13 @@ class ContentSeriesQueryRepositoryImpl( | ||||
|             where = where.and(series.isAdult.isFalse) | ||||
|         } | ||||
|  | ||||
|         println( | ||||
|             queryFactory.select(series.publishedDaysOfWeek) | ||||
|                 .from(series) | ||||
|                 .where(where) | ||||
|                 .fetch() | ||||
|         ) | ||||
|  | ||||
|         return queryFactory | ||||
|             .select( | ||||
|                 QGetSeriesListRawItem( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user