Skip to content

Commit

Permalink
Filtrerer vekk personer med FH-nummer, siden FoedselsNr-implementasjo…
Browse files Browse the repository at this point in the history
…nen ikke støtter disse
  • Loading branch information
tnarland committed Nov 8, 2023
1 parent 12cd605 commit c603b95
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ interface PersonRepository : JpaRepository<Person, Long> {
ELSE 'Ukjent'
END as pensjonstrygdet
FROM Person p
WHERE substring(p.fnr, 5, 1) NOT IN ('8','9')
"""
)
fun findAllePensjonstrygdet(): List<PensjonstrygdetResultat>
Expand Down

0 comments on commit c603b95

Please sign in to comment.