Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
zhj-report
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
data-spider
zhj-report
Commits
963da113
Commit
963da113
authored
Nov 13, 2019
by
董建华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增数据
parent
d084ea9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
DataMapper.xml
src/main/resources/mybatis/data/DataMapper.xml
+2
-2
No files found.
src/main/resources/mybatis/data/DataMapper.xml
View file @
963da113
...
...
@@ -65,7 +65,7 @@ and a.loan_paid_at <@t2;
select a.*,b.loan_paid_at,b.contract_loan_amount from xyqb_i_repayment_plan a
left join xyqb_i_loan_application_manifest_history b
on a.loan_application_history_id=b.loan_application_history_id
where b.funding_corp_id
=710
and b.transaction_status in (2,5) and a.repayment_status=3
where b.funding_corp_id
in (480,710,630,790,820)
and b.transaction_status in (2,5) and a.repayment_status=3
and a.repaid_at
>
=@t1
and a.repaid_at
<
@t2
) a
...
...
@@ -121,7 +121,7 @@ and a.loan_paid_at <@t2;
select a.*,b.loan_paid_at,b.contract_loan_amount from xyqb_i_repayment_plan a
left join xyqb_i_loan_application_manifest_history b
on a.loan_application_history_id=b.loan_application_history_id
where b.funding_corp_id
=710
and b.transaction_status in (2,5) and
where b.funding_corp_id
in (480,710,630,790,820)
and b.transaction_status in (2,5) and
((a.repayment_status!=3 or (a.repayment_status=3 and a.repaid_at>=@t2)))
and a.deadline>@t1
and a.deadline
<
=@t2
...
...
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