Skip to content

Commit

Permalink
Sørger for riktig rekkefølge på felter.
Browse files Browse the repository at this point in the history
Co-authored-by: Julie Hill Roa <[email protected]>
  • Loading branch information
klaramargrethehelgemo and JulieHillRoa committed Dec 17, 2024
1 parent 27470ae commit 8be3244
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ class SakStatistikkRepository(val jdbcTemplate: JdbcTemplate) {
$ENDRET_TID, $TEKNISK_TID, $SAK_YTELSE, $BEHANDLING_TYPE, $BEHANDLING_STATUS,
$BEHANDLING_RESULTAT, $BEHANDLING_METODE, $INNSATSGRUPPE, $HOVEDMAL, $OPPRETTET_AV, $SAKSBEHANDLER, $ANSVARLIG_BESLUTTER,
$ANSVARLIG_ENHET, $AVSENDER, $VERSJON)
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,?, ?, ?)
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
"""

jdbcTemplate.update(
sql,
sakStatistikkRad.behandlingId,
sakStatistikkRad.aktorId,
sakStatistikkRad.oppfolgingPeriodeUUID,
sakStatistikkRad.behandlingId,
sakStatistikkRad.behandlingUuid,
sakStatistikkRad.relatertBehandlingId,
sakStatistikkRad.relatertFagsystem,
Expand Down

0 comments on commit 8be3244

Please sign in to comment.