시리즈 #167

Merged
klaus merged 35 commits from test into main 2024-04-26 18:51:10 +00:00
1 changed files with 7 additions and 0 deletions
Showing only changes of commit d3b9fd7d78 - Show all commits

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(