Commit 4162ca94 authored by stone's avatar stone

【fix】销项发票创建

parent 49ba2ff8
......@@ -82,13 +82,7 @@
(select i.description
from hls_cashflow_item i
where i.cf_item = t.cf_item) as cf_item_desc,
nvl((select ci.billing_desc
from con_contract_cf_item ci
where ci.contract_id = con.contract_id
and ci.cf_item =t.cf_item),(select iv.billing_desc
from hls_cashflow_item_company_v iv
where iv.cf_item = t.cf_item
and iv.company_id = con.company_id)) as product_name
'融资租赁费' as product_name
from acr_invoice_create_tmp t,
con_contract_v con,
con_contract_cashflow_all_v cf
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment