Skip to content

Commit

Permalink
OO when getting the lieferplanung the where statement is missing
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmpp committed Jul 21, 2022
1 parent e67cf94 commit 3436786
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ trait KundenportalRepositoryQueries extends LazyLogging with StammdatenDBMapping
select
.from(lieferplanungMapping as lieferplanung)
.leftJoin(lieferungMapping as lieferung).on(lieferung.lieferplanungId, lieferplanung.id)
.where.eq(lieferung.id, lieferungId)
}.map(lieferplanungMapping(lieferplanung)).single
}

Expand Down

0 comments on commit 3436786

Please sign in to comment.