Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
leaf-hlcm
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hlcm
leaf-hlcm
Commits
1b019a8b
Commit
1b019a8b
authored
Apr 25, 2021
by
李贺贺
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/develop' into develop
parents
72990922
1e36bb2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
rpt5014_result_query.lwm
...bapp/WEB-INF/classes/rpt/RPT5014/rpt5014_result_query.lwm
+3
-1
No files found.
src/main/webapp/WEB-INF/classes/rpt/RPT5014/rpt5014_result_query.lwm
View file @
1b019a8b
...
...
@@ -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'),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment