Обновить dags/OSV.py
This commit is contained in:
parent
44a9199bc0
commit
eca32e002c
|
|
@ -211,8 +211,8 @@ def read_data_1C(**kwargs):
|
||||||
, subkonto2
|
, subkonto2
|
||||||
, organizaciya
|
, organizaciya
|
||||||
, case when nomer = '' then null else nomer end nomer
|
, case when nomer = '' then null else nomer end nomer
|
||||||
, case when TO_DATE(date_begin, 'DD.MM.YYYY') = '0001-01-01' then null else date_begin end date_begin
|
, case when date_begin = '0001-01-01' then null else date_begin end date_begin
|
||||||
, case when TO_DATE(date_end, 'DD.MM.YYYY') = '0001-01-01' then null else date_end end date_end
|
, case when date_begin = '0001-01-01' then null else date_end end date_end
|
||||||
, inn_subkonto1 as inn_subkonto1
|
, inn_subkonto1 as inn_subkonto1
|
||||||
, inn_organizaciya as inn_organizaciya
|
, inn_organizaciya as inn_organizaciya
|
||||||
, summa_oborot
|
, summa_oborot
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue