Skip to content

Commit

Permalink
Update alert
Browse files Browse the repository at this point in the history
  • Loading branch information
dragutin-nav committed Apr 21, 2024
1 parent acf58f3 commit 8d5acbb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,9 @@ public List<Long> hentVedtakForDistribusjon(int antall) {

public List<Long> hentVedtakForJournalforing(int antall) {
var sql = """
SELECT ID FROM VEDTAK
SELECT ID FROM VEDTAK
WHERE VEDTAK_FATTET IS NOT NULL
AND DOKUMENT_BESTILLING_ID IS NULL
AND JOURNALPOST_ID IS NULL
ORDER BY VEDTAK_FATTET ASC LIMIT ?
""";
Expand Down

0 comments on commit 8d5acbb

Please sign in to comment.