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
d2aab0ed
Commit
d2aab0ed
authored
Dec 29, 2022
by
TIANZHI.HU
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
对账单打印bug修复 add by 39135 HuTianzhi
parent
bd27d75b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1078 additions
and
1074 deletions
+1078
-1074
ConExportMapper.xml
...sources/com/hand/hls/hlcm/cont/mapper/ConExportMapper.xml
+1078
-1074
No files found.
src/main/resources/com/hand/hls/hlcm/cont/mapper/ConExportMapper.xml
View file @
d2aab0ed
...
...
@@ -104,10 +104,11 @@
From csh_write_off tn,csh_transaction ct
Where tn.cashflow_id = cwo.cashflow_id
and tn.csh_transaction_id=ct.transaction_id
and (ct.transaction_date
<
t.transaction_date
or (ct.transaction_date=t.transaction_date
and tn.write_off_date
<
=cwo.write_off_date
and tn.write_off_id
<
=cwo.write_off_id))),
and (ct.transaction_date
<
t.transaction_date or
(ct.transaction_date = t.transaction_date and
(tn.write_off_date
<
cwo.write_off_date or
(tn.write_off_date = cwo.write_off_date and
tn.write_off_id
<
= cwo.write_off_id))))),
0)) As unreceived_amount
From con_contract_cashflow ccc,
con_contract c,
...
...
@@ -349,10 +350,11 @@
From csh_write_off tn,csh_transaction ct
Where tn.cashflow_id = cwo.cashflow_id
and tn.csh_transaction_id=ct.transaction_id
and (ct.transaction_date
<
t.transaction_date
or (ct.transaction_date=t.transaction_date
and tn.write_off_date
<
=cwo.write_off_date
and tn.write_off_id
<
=cwo.write_off_id))),
and (ct.transaction_date
<
t.transaction_date or
(ct.transaction_date = t.transaction_date and
(tn.write_off_date
<
cwo.write_off_date or
(tn.write_off_date = cwo.write_off_date and
tn.write_off_id
<
= cwo.write_off_id))))),
0)) As unreceived_amount
From con_contract_cashflow ccc,
con_contract c,
...
...
@@ -627,10 +629,11 @@
From csh_write_off tn,csh_transaction ct
Where tn.cashflow_id = cwo.cashflow_id
and tn.csh_transaction_id=ct.transaction_id
and (ct.transaction_date
<
t.transaction_date
or (ct.transaction_date=t.transaction_date
and tn.write_off_date
<
=cwo.write_off_date
and tn.write_off_id
<
=cwo.write_off_id))),
and (ct.transaction_date
<
t.transaction_date or
(ct.transaction_date = t.transaction_date and
(tn.write_off_date
<
cwo.write_off_date or
(tn.write_off_date = cwo.write_off_date and
tn.write_off_id
<
= cwo.write_off_id))))),
0)) As unreceived_amount
From con_contract_cashflow ccc,
con_contract c,
...
...
@@ -885,10 +888,11 @@
From csh_write_off tn,csh_transaction ct
Where tn.cashflow_id = cwo.cashflow_id
and tn.csh_transaction_id=ct.transaction_id
and (ct.transaction_date
<
t.transaction_date
or (ct.transaction_date=t.transaction_date
and tn.write_off_date
<
=cwo.write_off_date
and tn.write_off_id
<
=cwo.write_off_id))),
and (ct.transaction_date
<
t.transaction_date or
(ct.transaction_date = t.transaction_date and
(tn.write_off_date
<
cwo.write_off_date or
(tn.write_off_date = cwo.write_off_date and
tn.write_off_id
<
= cwo.write_off_id))))),
0)) As unreceived_amount
From con_contract_cashflow ccc,
con_contract c,
...
...
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