Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
financial-tools
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
QG
financial-tools
Commits
b1e1d624
Commit
b1e1d624
authored
Sep 21, 2016
by
Java-刘 彧阳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init
parent
dc884400
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
XYQBDetailService.java
src/main/java/cn/gq/financial/service/XYQBDetailService.java
+4
-2
applicationContext.properties
src/main/resources/applicationContext.properties
+3
-3
No files found.
src/main/java/cn/gq/financial/service/XYQBDetailService.java
View file @
b1e1d624
...
...
@@ -64,8 +64,10 @@ public class XYQBDetailService implements DetailService {
if
(
null
==
result
)
{
emap
.
put
(
entity
.
getRepaymentPlanId
(),
entity
);
}
else
{
if
(
result
.
getContractCreatedAt
().
getTime
()
<
entity
.
getContractCreatedAt
().
getTime
())
{
emap
.
put
(
entity
.
getRepaymentPlanId
(),
entity
);
if
(
null
!=
result
.
getContractCreatedAt
()&&
null
!=
result
.
getContractCreatedAt
())
{
if
(
result
.
getContractCreatedAt
().
getTime
()
<
entity
.
getContractCreatedAt
().
getTime
())
{
emap
.
put
(
entity
.
getRepaymentPlanId
(),
entity
);
}
}
}
}
...
...
src/main/resources/applicationContext.properties
View file @
b1e1d624
#jdbc.driver
jdbc.driver.name
=
com.mysql.jdbc.Driver
#payment_center
payment_center.jdbc.url
=
jdbc:mysql://172.16
8.20.130
:3306/payment_center?useUnicode=true&characterEncoding=UTF8
payment_center.jdbc.url
=
jdbc:mysql://172.16
.1.103
:3306/payment_center?useUnicode=true&characterEncoding=UTF8
payment_center.jdbc.username
=
pay_center
payment_center.jdbc.password
=
S27iv0YNlYzzpeTu
...
...
@@ -20,12 +20,12 @@ local.jdbc.username=root
local.jdbc.password
=
root
#mall
mall.jdbc.url
=
jdbc:mysql://1
0.0.44.25
:3306/mall?useUnicode=true&characterEncoding=UTF8
mall.jdbc.url
=
jdbc:mysql://1
72.16.1.6
:3306/mall?useUnicode=true&characterEncoding=UTF8
mall.jdbc.username
=
mall_rw
mall.jdbc.password
=
X9UL65g873O
#financial
financial.jdbc.url
=
jdbc:mysql://172.16
8.20.110
:3307/financial_system?useUnicode=true&characterEncoding=UTF8
financial.jdbc.url
=
jdbc:mysql://172.16
.1.104
:3307/financial_system?useUnicode=true&characterEncoding=UTF8
financial.jdbc.username
=
aike
financial.jdbc.password
=
quantgroup.com
...
...
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