Skip to content

Commit

Permalink
Merge pull request #122 from GispoCoding/Lahti-188-korjaa-kohteiden-p…
Browse files Browse the repository at this point in the history
…aivitys-perusmaksurekisterin-kohteille

Lahti: korjataan voimassaolevien kohteiden käsittely kohteiden päivityksessä
  • Loading branch information
Mtk112 authored Apr 15, 2024
2 parents 44e9bd4 + df1e97e commit fc0141d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jkrimporter/providers/db/services/kohde.py
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ def get_dvv_rakennustiedot_without_kohde(
select(Rakennus.id)
.join(KohteenRakennukset)
.join(Kohde)
.filter(poimintapvm == Kohde.alkupvm)
.filter(poimintapvm < Kohde.loppupvm)
)
else:
rakennus_id_with_current_kohde = (
Expand Down

0 comments on commit fc0141d

Please sign in to comment.