Skip to content

Commit

Permalink
Fjern nå unødvendig(?) GROUP BY
Browse files Browse the repository at this point in the history
  • Loading branch information
klechr committed Aug 31, 2023
1 parent 4e4ff33 commit f7b2dc0
Showing 1 changed file with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,20 +83,6 @@ class VirksomhetsinformasjonRepository(val dataSource: DataSource) {
${søkeparametere.ansatteTil?.let { " AND statistikk.antall_personer <= $it " } ?: ""}
AND virksomhet.status = '${VirksomhetStatus.AKTIV.name}'
GROUP BY
virksomhet.orgnr,
virksomhet.navn,
statistikk.arstall,
statistikk.kvartal,
statistikk.antall_personer,
statistikk_siste4.tapte_dagsverk,
statistikk_siste4.mulige_dagsverk,
statistikk_siste4.prosent,
statistikk_siste4.maskert,
statistikk_siste4.sist_endret,
ia_sak.status,
ia_sak.eid_av,
ia_sak.endret
${søkeparametere.sorteringsnøkkel.tilOrderBy()} ${søkeparametere.sorteringsretning} NULLS LAST
LIMIT ${søkeparametere.virksomheterPerSide()}
OFFSET ${søkeparametere.offset()}
Expand Down

0 comments on commit f7b2dc0

Please sign in to comment.