Обновить dags/OSV.py
This commit is contained in:
parent
9affdd2eb7
commit
56cb210fd0
|
|
@ -115,9 +115,9 @@ def read_data_1C(**kwargs):
|
|||
, subkonto2
|
||||
, organizaciya
|
||||
, kontagent
|
||||
, nomer
|
||||
, date_bedin
|
||||
, date_end
|
||||
, case when nomer = '' then null else nomer end nomer
|
||||
, case when TO_DATE(date_bedin, 'DD.MM.YYYY') = '0001-01-01' then null else osv.date_end end date_bedin
|
||||
, case when TO_DATE(date_end, 'DD.MM.YYYY') = '0001-01-01' then null else osv.date_end end date_end
|
||||
, summa_oborot
|
||||
, summa_oborot_dt
|
||||
, summa_oborot_kt
|
||||
|
|
|
|||
Loading…
Reference in New Issue