Commit b54f4891 authored by stone's avatar stone

[fix]修改应收明细打印

parent 197075b2
......@@ -7,7 +7,7 @@
SELECT c.contract_number,
h.bp_name,
--机型
ccli.pattern,
ccli.modelcd pattern,
--合同签订日
to_char(c.inception_of_lease,'yyyy-mm-dd') inception_of_lease,
--c.rate
......@@ -16,8 +16,10 @@
--机号
ccli.machine_number,
c.contract_id,
to_char(c.lease_start_date,'yyyy-mm-dd')lease_start_date
to_char(c.lease_start_date,'yyyy-mm-dd')lease_start_date,
--期间
c.lease_times,
(to_number(c.int_rate_display)*100||'%')int_rate_display
from con_contract c,
hls_bp_master h,
hls_bp_master ch,
......
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