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