Commit b35c4f5d authored by 18083's avatar 18083

销项税发票逻辑修数处理

parent 77753874
...@@ -96,8 +96,8 @@ ...@@ -96,8 +96,8 @@
(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,
decode(t.cf_item,250,'融资租赁挖掘机','融资租赁费') as product_name, decode(con.contract_number,'HLL23120001','租赁费',decode(t.cf_item,250,'融资租赁挖掘机','融资租赁费'))as product_name,
decode(t.cf_item,250,'融资租赁挖掘机','融资租赁费') as product_name_desc, decode(con.contract_number,'HLL23120001','租赁费',decode(t.cf_item,250,'融资租赁挖掘机','融资租赁费')) as product_name_desc,
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