Обновить dags/pogasheniya.py

This commit is contained in:
bn_user 2025-11-13 21:00:50 +00:00
parent 7ad336d6e3
commit 446111950c
1 changed files with 3 additions and 3 deletions

View File

@ -67,9 +67,9 @@ def pogasheniya(**kwargs):
ON CONFLICT (schet, uid_dogovor, nomer)
DO UPDATE SET
name = EXCLUDED.name,
agreement_num = EXCLUDED.agreement_num,
agreement_date = EXCLUDED.agreement_date,
redemption_date = EXCLUDED.redemption_date
nomer = EXCLUDED.nomer,
date_begin = EXCLUDED.date_begin,
date_end = EXCLUDED.date_end
""")
conn.execute("""
UPDATE public.pogasheniya fp