Commit 1b019a8b authored by 李贺贺's avatar 李贺贺

Merge remote-tracking branch 'origin/develop' into develop

parents 72990922 1e36bb2c
......@@ -14,7 +14,8 @@
(select to_char(due_date, 'yyyy-mm-dd')
from con_contract_cashflow
where contract_id = ct.contract_id
and cf_item = 8) residual_date, -- 合同终了
and cf_item = 8
and cf_status='RELEASE') residual_date, -- 合同终了
to_char(ct.et_date, 'yyyy-mm-dd') terminate_date, --合同到期日
(SELECT i.machine_number
FROM con_contract_lease_item i
......@@ -224,6 +225,7 @@
from con_contract ct
where ct.contract_status = 'INCEPT'
and ct.data_class='NORMAL'
and con_contract_pkg.get_business_times(p_contract_id => ct.contract_id,
p_calc_date => to_date(${@cur_end},
'yyyy-mm-dd'),
......
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