Обновить dags/OSV.py
This commit is contained in:
parent
56cb210fd0
commit
576c844b9b
|
|
@ -116,8 +116,8 @@ def read_data_1C(**kwargs):
|
||||||
, organizaciya
|
, organizaciya
|
||||||
, kontagent
|
, kontagent
|
||||||
, case when nomer = '' then null else nomer end nomer
|
, 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_bedin, 'DD.MM.YYYY') = '0001-01-01' then null else 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
|
, case when TO_DATE(date_end, 'DD.MM.YYYY') = '0001-01-01' then null else date_end end date_end
|
||||||
, summa_oborot
|
, summa_oborot
|
||||||
, summa_oborot_dt
|
, summa_oborot_dt
|
||||||
, summa_oborot_kt
|
, summa_oborot_kt
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue