Commit e527c66e authored by 李贺贺's avatar 李贺贺

Merge branch 'feature/创建发票功能货物及应税劳务名称取值' into develop

parents b3ce37ad 7c89587a
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
(select i.description (select i.description
from hls_cashflow_item i from hls_cashflow_item i
where i.cf_item = t.cf_item) as cf_item_desc, where i.cf_item = t.cf_item) as cf_item_desc,
'融资租赁费' as product_name, decode(t.cf_item,250,'设备款','融资租赁费') as product_name,
con.contract_status contract_status, con.contract_status contract_status,
cf.cf_status cf_status, cf.cf_status cf_status,
t.invoice_kind_type, t.invoice_kind_type,
......
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