mirror of
https://github.com/gotson/komga.git
synced 2025-12-21 16:03:03 +01:00
parent
0b572620cd
commit
c7e6209765
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ class SeriesDao(
|
|||
override fun findAll(search: SeriesSearch): Collection<Series> {
|
||||
val conditions = search.toCondition()
|
||||
|
||||
return dsl.select(*s.fields())
|
||||
return dsl.selectDistinct(*s.fields())
|
||||
.from(s)
|
||||
.leftJoin(cs).on(s.ID.eq(cs.SERIES_ID))
|
||||
.leftJoin(d).on(s.ID.eq(d.SERIES_ID))
|
||||
|
|
|
|||
Loading…
Reference in a new issue