시리즈 리스트 조회 API

- 필요한 필드만 조회하도록 수정
This commit is contained in:
2024-04-25 03:55:12 +09:00
parent c077f7322d
commit d3b9fd7d78

View File

@@ -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(