Skip to content

Commit

Permalink
🐛 Fjerner inner join på utbetaling i finnAnnullering
Browse files Browse the repository at this point in the history
  • Loading branch information
elitho committed Aug 16, 2024
1 parent c1dfaac commit e5e0721
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ class AnnulleringDao(
asSQL(
"""
select aas.id, aas.annullert_tidspunkt, aas.arbeidsgiver_fagsystem_id, aas.utbetaling_id, s.ident, aas.årsaker, b.tekst from annullert_av_saksbehandler aas
inner join utbetaling u on aas.id = u.annullert_av_saksbehandler_ref
inner join saksbehandler s on s.oid = aas.saksbehandler_ref
left join begrunnelse b on b.id = aas.begrunnelse_ref
where arbeidsgiver_fagsystem_id = :arbeidsgiverFagsystemId;
Expand Down

0 comments on commit e5e0721

Please sign in to comment.