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
e35ee750
Commit
e35ee750
authored
Nov 14, 2023
by
18083
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
对账单部分提前结清部分核销数据处理
parent
5214b08e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
47 additions
and
46 deletions
+47
-46
ConExportMapper.xml
...sources/com/hand/hls/hlcm/cont/mapper/ConExportMapper.xml
+47
-46
No files found.
src/main/resources/com/hand/hls/hlcm/cont/mapper/ConExportMapper.xml
View file @
e35ee750
...
@@ -12,7 +12,6 @@
...
@@ -12,7 +12,6 @@
<select
id=
"selectCashflowList"
parameterType=
"integer"
resultType=
"java.util.LinkedHashMap"
>
<select
id=
"selectCashflowList"
parameterType=
"integer"
resultType=
"java.util.LinkedHashMap"
>
Select
Select
contract_id,
contract_id,
cashflow_id,
cashflow_id,
...
@@ -120,7 +119,7 @@
...
@@ -120,7 +119,7 @@
And nvl(cwo.reversed_flag, 'N') = 'N'
And nvl(cwo.reversed_flag, 'N') = 'N'
And ((ccc.cf_direction = 'INFLOW' And
And ((ccc.cf_direction = 'INFLOW' And
ccc.cf_status = 'RELEASE') Or
ccc.cf_status = 'RELEASE') Or
(c.contract_status In ('REPURING', 'REPUR') And
(c.contract_status In ('REPURING', 'REPUR'
,'ETING','ET'
) And
ccc.cf_direction = 'NONCASH' And
ccc.cf_direction = 'NONCASH' And
ccc.cf_status = 'BLOCK' And
ccc.cf_status = 'BLOCK' And
nvl(ccc.write_off_flag, 'NOT') != 'NOT'))
nvl(ccc.write_off_flag, 'NOT') != 'NOT'))
...
@@ -142,7 +141,7 @@
...
@@ -142,7 +141,7 @@
And ((ccn.cf_direction = 'INFLOW' And
And ((ccn.cf_direction = 'INFLOW' And
ccn.cf_status = 'RELEASE') Or
ccn.cf_status = 'RELEASE') Or
(c.contract_status In
(c.contract_status In
('REPURING', 'REPUR') And
('REPURING', 'REPUR'
,'ETING','ET'
) And
ccn.cf_direction = 'NONCASH' And
ccn.cf_direction = 'NONCASH' And
ccn.cf_status = 'BLOCK' And
ccn.cf_status = 'BLOCK' And
nvl(ccn.write_off_flag, 'NOT') !=
nvl(ccn.write_off_flag, 'NOT') !=
...
@@ -157,7 +156,7 @@
...
@@ -157,7 +156,7 @@
And ((ccn.cf_direction = 'INFLOW' And
And ((ccn.cf_direction = 'INFLOW' And
ccn.cf_status = 'RELEASE') Or
ccn.cf_status = 'RELEASE') Or
(c.contract_status In
(c.contract_status In
('REPURING', 'REPUR') And
('REPURING', 'REPUR'
,'ETING','ET'
) And
ccn.cf_direction = 'NONCASH' And
ccn.cf_direction = 'NONCASH' And
ccn.cf_status = 'BLOCK' And
ccn.cf_status = 'BLOCK' And
nvl(ccn.write_off_flag, 'NOT') !=
nvl(ccn.write_off_flag, 'NOT') !=
...
@@ -193,7 +192,7 @@
...
@@ -193,7 +192,7 @@
And nvl(cwo.reversed_flag, 'N') = 'N'
And nvl(cwo.reversed_flag, 'N') = 'N'
And ((ccc.cf_direction = 'INFLOW' And
And ((ccc.cf_direction = 'INFLOW' And
ccc.cf_status = 'RELEASE') Or
ccc.cf_status = 'RELEASE') Or
(c.contract_status In ('REPURING', 'REPUR') And
(c.contract_status In ('REPURING', 'REPUR'
,'ETING','ET'
) And
ccc.cf_direction = 'NONCASH' And
ccc.cf_direction = 'NONCASH' And
ccc.cf_status = 'BLOCK' And
ccc.cf_status = 'BLOCK' And
nvl(ccc.write_off_flag, 'NOT') != 'NOT'))
nvl(ccc.write_off_flag, 'NOT') != 'NOT'))
...
@@ -228,7 +227,7 @@
...
@@ -228,7 +227,7 @@
And ((cc2.cf_direction = 'INFLOW' And
And ((cc2.cf_direction = 'INFLOW' And
cc2.cf_status = 'RELEASE') Or
cc2.cf_status = 'RELEASE') Or
(t2.contract_status In
(t2.contract_status In
('REPURING', 'REPUR') And
('REPURING', 'REPUR'
,'ETING','ET'
) And
cc2.cf_direction = 'NONCASH' And
cc2.cf_direction = 'NONCASH' And
cc2.cf_status = 'BLOCK' And
cc2.cf_status = 'BLOCK' And
nvl(cc2.write_off_flag, 'NOT') != 'NOT'))
nvl(cc2.write_off_flag, 'NOT') != 'NOT'))
...
@@ -243,7 +242,7 @@
...
@@ -243,7 +242,7 @@
And ((cc2.cf_direction = 'INFLOW' And
And ((cc2.cf_direction = 'INFLOW' And
cc2.cf_status = 'RELEASE') Or
cc2.cf_status = 'RELEASE') Or
(t2.contract_status In
(t2.contract_status In
('REPURING', 'REPUR') And
('REPURING', 'REPUR'
,'ETING','ET'
) And
cc2.cf_direction = 'NONCASH' And
cc2.cf_direction = 'NONCASH' And
cc2.cf_status = 'BLOCK' And
cc2.cf_status = 'BLOCK' And
nvl(cc2.write_off_flag, 'NOT') != 'NOT'))
nvl(cc2.write_off_flag, 'NOT') != 'NOT'))
...
@@ -259,7 +258,7 @@
...
@@ -259,7 +258,7 @@
And ((cc2.cf_direction = 'INFLOW' And
And ((cc2.cf_direction = 'INFLOW' And
cc2.cf_status = 'RELEASE') Or
cc2.cf_status = 'RELEASE') Or
(t2.contract_status In
(t2.contract_status In
('REPURING', 'REPUR') And
('REPURING', 'REPUR'
,'ETING','ET'
) And
cc2.cf_direction = 'NONCASH' And
cc2.cf_direction = 'NONCASH' And
cc2.cf_status = 'BLOCK' And
cc2.cf_status = 'BLOCK' And
nvl(cc2.write_off_flag, 'NOT') != 'NOT'))
nvl(cc2.write_off_flag, 'NOT') != 'NOT'))
...
@@ -273,7 +272,7 @@
...
@@ -273,7 +272,7 @@
And ((cc2.cf_direction = 'INFLOW' And
And ((cc2.cf_direction = 'INFLOW' And
cc2.cf_status = 'RELEASE') Or
cc2.cf_status = 'RELEASE') Or
(t2.contract_status In
(t2.contract_status In
('REPURING', 'REPUR') And
('REPURING', 'REPUR'
,'ETING','ET'
) And
cc2.cf_direction = 'NONCASH' And
cc2.cf_direction = 'NONCASH' And
cc2.cf_status = 'BLOCK' And
cc2.cf_status = 'BLOCK' And
nvl(cc2.write_off_flag, 'NOT') != 'NOT'))
nvl(cc2.write_off_flag, 'NOT') != 'NOT'))
...
@@ -290,7 +289,7 @@
...
@@ -290,7 +289,7 @@
And ((cc2.cf_direction = 'INFLOW' And
And ((cc2.cf_direction = 'INFLOW' And
cc2.cf_status = 'RELEASE') Or
cc2.cf_status = 'RELEASE') Or
(t2.contract_status In
(t2.contract_status In
('REPURING', 'REPUR') And
('REPURING', 'REPUR'
,'ETING','ET'
) And
cc2.cf_direction = 'NONCASH' And
cc2.cf_direction = 'NONCASH' And
cc2.cf_status = 'BLOCK' And
cc2.cf_status = 'BLOCK' And
nvl(cc2.write_off_flag, 'NOT') != 'NOT'))
nvl(cc2.write_off_flag, 'NOT') != 'NOT'))
...
@@ -303,7 +302,7 @@
...
@@ -303,7 +302,7 @@
And ((cc2.cf_direction = 'INFLOW' And
And ((cc2.cf_direction = 'INFLOW' And
cc2.cf_status = 'RELEASE') Or
cc2.cf_status = 'RELEASE') Or
(t2.contract_status In
(t2.contract_status In
('REPURING', 'REPUR') And
('REPURING', 'REPUR'
,'ETING','ET'
) And
cc2.cf_direction = 'NONCASH' And
cc2.cf_direction = 'NONCASH' And
cc2.cf_status = 'BLOCK' And
cc2.cf_status = 'BLOCK' And
nvl(cc2.write_off_flag, 'NOT') !=
nvl(cc2.write_off_flag, 'NOT') !=
...
@@ -368,7 +367,7 @@
...
@@ -368,7 +367,7 @@
And h.bp_id = c.bp_id_tenant
And h.bp_id = c.bp_id_tenant
And ((ccc.cf_direction = 'INFLOW' And
And ((ccc.cf_direction = 'INFLOW' And
ccc.cf_status = 'RELEASE') Or
ccc.cf_status = 'RELEASE') Or
(c.contract_status In ('REPURING', 'REPUR') And
(c.contract_status In ('REPURING', 'REPUR'
,'ETING','ET'
) And
ccc.cf_direction = 'NONCASH' And
ccc.cf_direction = 'NONCASH' And
ccc.cf_status = 'BLOCK' And
ccc.cf_status = 'BLOCK' And
nvl(ccc.write_off_flag, 'NOT') != 'NOT'))
nvl(ccc.write_off_flag, 'NOT') != 'NOT'))
...
@@ -391,7 +390,7 @@
...
@@ -391,7 +390,7 @@
And ((ccn.cf_direction = 'INFLOW' And
And ((ccn.cf_direction = 'INFLOW' And
ccn.cf_status = 'RELEASE') Or
ccn.cf_status = 'RELEASE') Or
(c.contract_status In
(c.contract_status In
('REPURING', 'REPUR') And
('REPURING', 'REPUR'
,'ETING','ET'
) And
ccn.cf_direction = 'NONCASH' And
ccn.cf_direction = 'NONCASH' And
ccn.cf_status = 'BLOCK' And
ccn.cf_status = 'BLOCK' And
nvl(ccn.write_off_flag, 'NOT') !=
nvl(ccn.write_off_flag, 'NOT') !=
...
@@ -406,7 +405,7 @@
...
@@ -406,7 +405,7 @@
And ((ccn.cf_direction = 'INFLOW' And
And ((ccn.cf_direction = 'INFLOW' And
ccn.cf_status = 'RELEASE') Or
ccn.cf_status = 'RELEASE') Or
(c.contract_status In
(c.contract_status In
('REPURING', 'REPUR') And
('REPURING', 'REPUR'
,'ETING','ET'
) And
ccn.cf_direction = 'NONCASH' And
ccn.cf_direction = 'NONCASH' And
ccn.cf_status = 'BLOCK' And
ccn.cf_status = 'BLOCK' And
nvl(ccn.write_off_flag, 'NOT') !=
nvl(ccn.write_off_flag, 'NOT') !=
...
@@ -442,7 +441,7 @@
...
@@ -442,7 +441,7 @@
And nvl(cwo.reversed_flag, 'N') = 'N'
And nvl(cwo.reversed_flag, 'N') = 'N'
And ((ccc.cf_direction = 'INFLOW' And
And ((ccc.cf_direction = 'INFLOW' And
ccc.cf_status = 'RELEASE') Or
ccc.cf_status = 'RELEASE') Or
(c.contract_status In ('REPURING', 'REPUR') And
(c.contract_status In ('REPURING', 'REPUR'
,'ETING','ET'
) And
ccc.cf_direction = 'NONCASH' And
ccc.cf_direction = 'NONCASH' And
ccc.cf_status = 'BLOCK' And
ccc.cf_status = 'BLOCK' And
nvl(ccc.write_off_flag, 'NOT') != 'NOT'))
nvl(ccc.write_off_flag, 'NOT') != 'NOT'))
...
@@ -492,7 +491,7 @@
...
@@ -492,7 +491,7 @@
And cc1.times = ccc.times
And cc1.times = ccc.times
And ((cc1.cf_direction = 'INFLOW' And
And ((cc1.cf_direction = 'INFLOW' And
cc1.cf_status = 'RELEASE') Or
cc1.cf_status = 'RELEASE') Or
(c.contract_status In ('REPURING', 'REPUR') And
(c.contract_status In ('REPURING', 'REPUR'
,'ETING','ET'
) And
cc1.cf_direction = 'NONCASH' And
cc1.cf_direction = 'NONCASH' And
cc1.cf_status = 'BLOCK' And
cc1.cf_status = 'BLOCK' And
nvl(cc1.write_off_flag, 'NOT') != 'NOT'))
nvl(cc1.write_off_flag, 'NOT') != 'NOT'))
...
@@ -503,7 +502,7 @@
...
@@ -503,7 +502,7 @@
And cc1.times = ccc.times
And cc1.times = ccc.times
And ((cc1.cf_direction = 'INFLOW' And
And ((cc1.cf_direction = 'INFLOW' And
cc1.cf_status = 'RELEASE') Or
cc1.cf_status = 'RELEASE') Or
(c.contract_status In ('REPURING', 'REPUR') And
(c.contract_status In ('REPURING', 'REPUR'
,'ETING','ET'
) And
cc1.cf_direction = 'NONCASH' And
cc1.cf_direction = 'NONCASH' And
cc1.cf_status = 'BLOCK' And
cc1.cf_status = 'BLOCK' And
nvl(cc1.write_off_flag, 'NOT') != 'NOT'))
nvl(cc1.write_off_flag, 'NOT') != 'NOT'))
...
@@ -514,7 +513,7 @@
...
@@ -514,7 +513,7 @@
And cc1.times = ccc.times
And cc1.times = ccc.times
And ((cc1.cf_direction = 'INFLOW' And
And ((cc1.cf_direction = 'INFLOW' And
cc1.cf_status = 'RELEASE') Or
cc1.cf_status = 'RELEASE') Or
(c.contract_status In ('REPURING', 'REPUR') And
(c.contract_status In ('REPURING', 'REPUR'
,'ETING','ET'
) And
cc1.cf_direction = 'NONCASH' And
cc1.cf_direction = 'NONCASH' And
cc1.cf_status = 'BLOCK' And
cc1.cf_status = 'BLOCK' And
nvl(cc1.write_off_flag, 'NOT') != 'NOT'))
nvl(cc1.write_off_flag, 'NOT') != 'NOT'))
...
@@ -525,7 +524,7 @@
...
@@ -525,7 +524,7 @@
And cc1.times = ccc.times
And cc1.times = ccc.times
And ((cc1.cf_direction = 'INFLOW' And
And ((cc1.cf_direction = 'INFLOW' And
cc1.cf_status = 'RELEASE') Or
cc1.cf_status = 'RELEASE') Or
(c.contract_status In ('REPURING', 'REPUR') And
(c.contract_status In ('REPURING', 'REPUR'
,'ETING','ET'
) And
cc1.cf_direction = 'NONCASH' And
cc1.cf_direction = 'NONCASH' And
cc1.cf_status = 'BLOCK' And
cc1.cf_status = 'BLOCK' And
nvl(cc1.write_off_flag, 'NOT') != 'NOT'))
nvl(cc1.write_off_flag, 'NOT') != 'NOT'))
...
@@ -535,7 +534,7 @@
...
@@ -535,7 +534,7 @@
And ccc.contract_id = c.contract_id
And ccc.contract_id = c.contract_id
And ((ccc.cf_direction = 'INFLOW' And
And ((ccc.cf_direction = 'INFLOW' And
ccc.cf_status = 'RELEASE') Or
ccc.cf_status = 'RELEASE') Or
(c.contract_status In ('REPURING', 'REPUR') And
(c.contract_status In ('REPURING', 'REPUR'
,'ETING','ET'
) And
ccc.cf_direction = 'NONCASH' And
ccc.cf_direction = 'NONCASH' And
ccc.cf_status = 'BLOCK' And
ccc.cf_status = 'BLOCK' And
nvl(ccc.write_off_flag, 'NOT') != 'NOT'))
nvl(ccc.write_off_flag, 'NOT') != 'NOT'))
...
@@ -661,7 +660,7 @@
...
@@ -661,7 +660,7 @@
And ((ccc.cf_direction = 'INFLOW' And
And ((ccc.cf_direction = 'INFLOW' And
ccc.cf_status = 'RELEASE') Or
ccc.cf_status = 'RELEASE') Or
(c.contract_status In
(c.contract_status In
('REPURING', 'REPUR') And
('REPURING', 'REPUR'
,'ETING','ET'
) And
ccc.cf_direction = 'NONCASH' And
ccc.cf_direction = 'NONCASH' And
ccc.cf_status = 'BLOCK' And
ccc.cf_status = 'BLOCK' And
nvl(ccc.write_off_flag, 'NOT') !=
nvl(ccc.write_off_flag, 'NOT') !=
...
@@ -684,7 +683,7 @@
...
@@ -684,7 +683,7 @@
And ((ccn.cf_direction = 'INFLOW' And
And ((ccn.cf_direction = 'INFLOW' And
ccn.cf_status = 'RELEASE') Or
ccn.cf_status = 'RELEASE') Or
(c.contract_status In
(c.contract_status In
('REPURING', 'REPUR') And
('REPURING', 'REPUR'
,'ETING','ET'
) And
ccn.cf_direction = 'NONCASH' And
ccn.cf_direction = 'NONCASH' And
ccn.cf_status = 'BLOCK' And
ccn.cf_status = 'BLOCK' And
nvl(ccn.write_off_flag, 'NOT') !=
nvl(ccn.write_off_flag, 'NOT') !=
...
@@ -699,7 +698,7 @@
...
@@ -699,7 +698,7 @@
And ((ccn.cf_direction = 'INFLOW' And
And ((ccn.cf_direction = 'INFLOW' And
ccn.cf_status = 'RELEASE') Or
ccn.cf_status = 'RELEASE') Or
(c.contract_status In
(c.contract_status In
('REPURING', 'REPUR') And
('REPURING', 'REPUR'
,'ETING','ET'
) And
ccn.cf_direction = 'NONCASH' And
ccn.cf_direction = 'NONCASH' And
ccn.cf_status = 'BLOCK' And
ccn.cf_status = 'BLOCK' And
nvl(ccn.write_off_flag, 'NOT') !=
nvl(ccn.write_off_flag, 'NOT') !=
...
@@ -739,7 +738,7 @@
...
@@ -739,7 +738,7 @@
And ((ccc.cf_direction = 'INFLOW' And
And ((ccc.cf_direction = 'INFLOW' And
ccc.cf_status = 'RELEASE') Or
ccc.cf_status = 'RELEASE') Or
(c.contract_status In
(c.contract_status In
('REPURING', 'REPUR') And
('REPURING', 'REPUR'
,'ETING','ET'
) And
ccc.cf_direction = 'NONCASH' And
ccc.cf_direction = 'NONCASH' And
ccc.cf_status = 'BLOCK' And
ccc.cf_status = 'BLOCK' And
nvl(ccc.write_off_flag, 'NOT') !=
nvl(ccc.write_off_flag, 'NOT') !=
...
@@ -767,7 +766,7 @@
...
@@ -767,7 +766,7 @@
And ((cc2.cf_direction = 'INFLOW' And
And ((cc2.cf_direction = 'INFLOW' And
cc2.cf_status = 'RELEASE') Or
cc2.cf_status = 'RELEASE') Or
(t2.contract_status In
(t2.contract_status In
('REPURING', 'REPUR') And
('REPURING', 'REPUR'
,'ETING','ET'
) And
cc2.cf_direction = 'NONCASH' And
cc2.cf_direction = 'NONCASH' And
cc2.cf_status = 'BLOCK' And
cc2.cf_status = 'BLOCK' And
nvl(cc2.write_off_flag, 'NOT') !=
nvl(cc2.write_off_flag, 'NOT') !=
...
@@ -783,7 +782,7 @@
...
@@ -783,7 +782,7 @@
And ((cc2.cf_direction = 'INFLOW' And
And ((cc2.cf_direction = 'INFLOW' And
cc2.cf_status = 'RELEASE') Or
cc2.cf_status = 'RELEASE') Or
(t2.contract_status In
(t2.contract_status In
('REPURING', 'REPUR') And
('REPURING', 'REPUR'
,'ETING','ET'
) And
cc2.cf_direction = 'NONCASH' And
cc2.cf_direction = 'NONCASH' And
cc2.cf_status = 'BLOCK' And
cc2.cf_status = 'BLOCK' And
nvl(cc2.write_off_flag, 'NOT') !=
nvl(cc2.write_off_flag, 'NOT') !=
...
@@ -800,7 +799,7 @@
...
@@ -800,7 +799,7 @@
And ((cc2.cf_direction = 'INFLOW' And
And ((cc2.cf_direction = 'INFLOW' And
cc2.cf_status = 'RELEASE') Or
cc2.cf_status = 'RELEASE') Or
(t2.contract_status In
(t2.contract_status In
('REPURING', 'REPUR') And
('REPURING', 'REPUR'
,'ETING','ET'
) And
cc2.cf_direction = 'NONCASH' And
cc2.cf_direction = 'NONCASH' And
cc2.cf_status = 'BLOCK' And
cc2.cf_status = 'BLOCK' And
nvl(cc2.write_off_flag, 'NOT') !=
nvl(cc2.write_off_flag, 'NOT') !=
...
@@ -815,7 +814,7 @@
...
@@ -815,7 +814,7 @@
And ((cc2.cf_direction = 'INFLOW' And
And ((cc2.cf_direction = 'INFLOW' And
cc2.cf_status = 'RELEASE') Or
cc2.cf_status = 'RELEASE') Or
(t2.contract_status In
(t2.contract_status In
('REPURING', 'REPUR') And
('REPURING', 'REPUR'
,'ETING','ET'
) And
cc2.cf_direction = 'NONCASH' And
cc2.cf_direction = 'NONCASH' And
cc2.cf_status = 'BLOCK' And
cc2.cf_status = 'BLOCK' And
nvl(cc2.write_off_flag, 'NOT') != 'NOT'))
nvl(cc2.write_off_flag, 'NOT') != 'NOT'))
...
@@ -832,7 +831,7 @@
...
@@ -832,7 +831,7 @@
And ((cc2.cf_direction = 'INFLOW' And
And ((cc2.cf_direction = 'INFLOW' And
cc2.cf_status = 'RELEASE') Or
cc2.cf_status = 'RELEASE') Or
(t2.contract_status In
(t2.contract_status In
('REPURING', 'REPUR') And
('REPURING', 'REPUR'
,'ETING','ET'
) And
cc2.cf_direction = 'NONCASH' And
cc2.cf_direction = 'NONCASH' And
cc2.cf_status = 'BLOCK' And
cc2.cf_status = 'BLOCK' And
nvl(cc2.write_off_flag, 'NOT') !=
nvl(cc2.write_off_flag, 'NOT') !=
...
@@ -846,7 +845,7 @@
...
@@ -846,7 +845,7 @@
And ((cc2.cf_direction = 'INFLOW' And
And ((cc2.cf_direction = 'INFLOW' And
cc2.cf_status = 'RELEASE') Or
cc2.cf_status = 'RELEASE') Or
(t2.contract_status In
(t2.contract_status In
('REPURING', 'REPUR') And
('REPURING', 'REPUR'
,'ETING','ET'
) And
cc2.cf_direction = 'NONCASH' And
cc2.cf_direction = 'NONCASH' And
cc2.cf_status = 'BLOCK' And
cc2.cf_status = 'BLOCK' And
nvl(cc2.write_off_flag, 'NOT') !=
nvl(cc2.write_off_flag, 'NOT') !=
...
@@ -907,7 +906,7 @@
...
@@ -907,7 +906,7 @@
And ((ccc.cf_direction = 'INFLOW' And
And ((ccc.cf_direction = 'INFLOW' And
ccc.cf_status = 'RELEASE') Or
ccc.cf_status = 'RELEASE') Or
(c.contract_status In
(c.contract_status In
('REPURING', 'REPUR') And
('REPURING', 'REPUR'
,'ETING','ET'
) And
ccc.cf_direction = 'NONCASH' And
ccc.cf_direction = 'NONCASH' And
ccc.cf_status = 'BLOCK' And
ccc.cf_status = 'BLOCK' And
nvl(ccc.write_off_flag, 'NOT') !=
nvl(ccc.write_off_flag, 'NOT') !=
...
@@ -931,7 +930,7 @@
...
@@ -931,7 +930,7 @@
And ((ccn.cf_direction = 'INFLOW' And
And ((ccn.cf_direction = 'INFLOW' And
ccn.cf_status = 'RELEASE') Or
ccn.cf_status = 'RELEASE') Or
(c.contract_status In
(c.contract_status In
('REPURING', 'REPUR') And
('REPURING', 'REPUR'
,'ETING','ET'
) And
ccn.cf_direction = 'NONCASH' And
ccn.cf_direction = 'NONCASH' And
ccn.cf_status = 'BLOCK' And
ccn.cf_status = 'BLOCK' And
nvl(ccn.write_off_flag, 'NOT') !=
nvl(ccn.write_off_flag, 'NOT') !=
...
@@ -946,7 +945,7 @@
...
@@ -946,7 +945,7 @@
And ((ccn.cf_direction = 'INFLOW' And
And ((ccn.cf_direction = 'INFLOW' And
ccn.cf_status = 'RELEASE') Or
ccn.cf_status = 'RELEASE') Or
(c.contract_status In
(c.contract_status In
('REPURING', 'REPUR') And
('REPURING', 'REPUR'
,'ETING','ET'
) And
ccn.cf_direction = 'NONCASH' And
ccn.cf_direction = 'NONCASH' And
ccn.cf_status = 'BLOCK' And
ccn.cf_status = 'BLOCK' And
nvl(ccn.write_off_flag, 'NOT') !=
nvl(ccn.write_off_flag, 'NOT') !=
...
@@ -986,7 +985,7 @@
...
@@ -986,7 +985,7 @@
And ((ccc.cf_direction = 'INFLOW' And
And ((ccc.cf_direction = 'INFLOW' And
ccc.cf_status = 'RELEASE') Or
ccc.cf_status = 'RELEASE') Or
(c.contract_status In
(c.contract_status In
('REPURING', 'REPUR') And
('REPURING', 'REPUR'
,'ETING','ET'
) And
ccc.cf_direction = 'NONCASH' And
ccc.cf_direction = 'NONCASH' And
ccc.cf_status = 'BLOCK' And
ccc.cf_status = 'BLOCK' And
nvl(ccc.write_off_flag, 'NOT') !=
nvl(ccc.write_off_flag, 'NOT') !=
...
@@ -1023,7 +1022,7 @@
...
@@ -1023,7 +1022,7 @@
And ((cc1.cf_direction = 'INFLOW' And
And ((cc1.cf_direction = 'INFLOW' And
cc1.cf_status = 'RELEASE') Or
cc1.cf_status = 'RELEASE') Or
(c.contract_status In
(c.contract_status In
('REPURING', 'REPUR') And
('REPURING', 'REPUR'
,'ETING','ET'
) And
cc1.cf_direction = 'NONCASH' And
cc1.cf_direction = 'NONCASH' And
cc1.cf_status = 'BLOCK' And
cc1.cf_status = 'BLOCK' And
nvl(cc1.write_off_flag, 'NOT') !=
nvl(cc1.write_off_flag, 'NOT') !=
...
@@ -1036,7 +1035,7 @@
...
@@ -1036,7 +1035,7 @@
And ((cc1.cf_direction = 'INFLOW' And
And ((cc1.cf_direction = 'INFLOW' And
cc1.cf_status = 'RELEASE') Or
cc1.cf_status = 'RELEASE') Or
(c.contract_status In
(c.contract_status In
('REPURING', 'REPUR') And
('REPURING', 'REPUR'
,'ETING','ET'
) And
cc1.cf_direction = 'NONCASH' And
cc1.cf_direction = 'NONCASH' And
cc1.cf_status = 'BLOCK' And
cc1.cf_status = 'BLOCK' And
nvl(cc1.write_off_flag, 'NOT') !=
nvl(cc1.write_off_flag, 'NOT') !=
...
@@ -1049,7 +1048,7 @@
...
@@ -1049,7 +1048,7 @@
And ((cc1.cf_direction = 'INFLOW' And
And ((cc1.cf_direction = 'INFLOW' And
cc1.cf_status = 'RELEASE') Or
cc1.cf_status = 'RELEASE') Or
(c.contract_status In
(c.contract_status In
('REPURING', 'REPUR') And
('REPURING', 'REPUR'
,'ETING','ET'
) And
cc1.cf_direction = 'NONCASH' And
cc1.cf_direction = 'NONCASH' And
cc1.cf_status = 'BLOCK' And
cc1.cf_status = 'BLOCK' And
nvl(cc1.write_off_flag, 'NOT') !=
nvl(cc1.write_off_flag, 'NOT') !=
...
@@ -1063,7 +1062,7 @@
...
@@ -1063,7 +1062,7 @@
And ((cc1.cf_direction = 'INFLOW' And
And ((cc1.cf_direction = 'INFLOW' And
cc1.cf_status = 'RELEASE') Or
cc1.cf_status = 'RELEASE') Or
(c.contract_status In
(c.contract_status In
('REPURING', 'REPUR') And
('REPURING', 'REPUR'
,'ETING','ET'
) And
cc1.cf_direction = 'NONCASH' And
cc1.cf_direction = 'NONCASH' And
cc1.cf_status = 'BLOCK' And
cc1.cf_status = 'BLOCK' And
nvl(cc1.write_off_flag, 'NOT') !=
nvl(cc1.write_off_flag, 'NOT') !=
...
@@ -1074,7 +1073,7 @@
...
@@ -1074,7 +1073,7 @@
And ccc.contract_id = c.contract_id
And ccc.contract_id = c.contract_id
And ((ccc.cf_direction = 'INFLOW' And
And ((ccc.cf_direction = 'INFLOW' And
ccc.cf_status = 'RELEASE') Or
ccc.cf_status = 'RELEASE') Or
(c.contract_status In ('REPURING', 'REPUR') And
(c.contract_status In ('REPURING', 'REPUR'
,'ETING','ET'
) And
ccc.cf_direction = 'NONCASH' And
ccc.cf_direction = 'NONCASH' And
ccc.cf_status = 'BLOCK' And
ccc.cf_status = 'BLOCK' And
nvl(ccc.write_off_flag, 'NOT') != 'NOT'))
nvl(ccc.write_off_flag, 'NOT') != 'NOT'))
...
@@ -1093,11 +1092,13 @@
...
@@ -1093,11 +1092,13 @@
cf_item,
cf_item,
write_off_id)
write_off_id)
</select>
</select>
<select
id=
"selectContractDetailList"
parameterType=
"integer"
resultType=
"java.util.HashMap"
>
<select
id=
"selectContractDetailList"
parameterType=
"integer"
resultType=
"java.util.HashMap"
>
Select hb.bp_name,
Select
hb.bp_name,
c.contract_number,
c.contract_number,
(Select cl.machine_number
(Select cl.machine_number
From con_contract_lease_item cl
From con_contract_lease_item cl
...
...
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