Обновить dags/OSV_with_docs.py
This commit is contained in:
parent
5301a48c0b
commit
0ebff8e111
|
|
@ -365,7 +365,7 @@ def poruchitelstva(**kwargs):
|
||||||
UNION ALL
|
UNION ALL
|
||||||
SELECT
|
SELECT
|
||||||
case when osv.category_name = 'Лизинг' then '76.07.1' else '76.09' end as schet
|
case when osv.category_name = 'Лизинг' then '76.07.1' else '76.09' end as schet
|
||||||
, osv.id as uid_dogovor
|
, osv.id::text as uid_dogovor
|
||||||
, osv.category_name as name
|
, osv.category_name as name
|
||||||
, osv.agreement_num as nomer
|
, osv.agreement_num as nomer
|
||||||
, osv.agreement_date as date_begin
|
, osv.agreement_date as date_begin
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue