Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
baihang-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
baihang-report
Commits
52b51a60
Commit
52b51a60
authored
Dec 20, 2019
by
郝彦辉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
重新跑p2p的D3存量,并且在172.20.6.21
parent
56ef3df6
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
124 additions
and
113 deletions
+124
-113
BaiHangDataSourcePreperties.java
...onfig/datasource/baihang/BaiHangDataSourcePreperties.java
+5
-2
XyqbHistoryDataSourcePreperties.java
...g/datasource/history/XyqbHistoryDataSourcePreperties.java
+2
-1
BaiHangZhuDaiService.java
...antgroup/report/service/baihang/BaiHangZhuDaiService.java
+1
-1
RepaymentLoanInfoMapper.xml
...ntgroup/report/mapper/baihang/RepaymentLoanInfoMapper.xml
+116
-109
No files found.
src/main/java/cn/quantgroup/report/config/datasource/baihang/BaiHangDataSourcePreperties.java
View file @
52b51a60
...
@@ -17,8 +17,11 @@ public class BaiHangDataSourcePreperties {
...
@@ -17,8 +17,11 @@ public class BaiHangDataSourcePreperties {
@Value
(
"${baihang.db.maxPoolSize}"
)
@Value
(
"${baihang.db.maxPoolSize}"
)
private
int
maxPoolSize
;
private
int
maxPoolSize
;
@Value
(
"${data.source.baihang.jdbcUrl}"
)
//@Value("${data.source.baihang.jdbcUrl}")
private
String
jdbcUrl
;
//private String jdbcUrl = "jdbc:mysql://172.20.6.29:4010/rc_real_time_data_pool?useUnicode=true&characterEncoding=UTF8&useSSL=false";
private
String
jdbcUrl
=
"jdbc:mysql://172.20.6.21:4010/rc_real_time_data_pool?useUnicode=true&characterEncoding=UTF8&useSSL=false"
;
@Value
(
"${data.source.baihang.username}"
)
@Value
(
"${data.source.baihang.username}"
)
private
String
username
;
private
String
username
;
@Value
(
"${data.source.baihang.password}"
)
@Value
(
"${data.source.baihang.password}"
)
...
...
src/main/java/cn/quantgroup/report/config/datasource/history/XyqbHistoryDataSourcePreperties.java
View file @
52b51a60
...
@@ -18,7 +18,8 @@ public class XyqbHistoryDataSourcePreperties {
...
@@ -18,7 +18,8 @@ public class XyqbHistoryDataSourcePreperties {
private
int
maxPoolSize
;
private
int
maxPoolSize
;
//@Value("${data.source.baihang.jdbcUrl}")
//@Value("${data.source.baihang.jdbcUrl}")
private
String
jdbcUrl
=
"jdbc:mysql://172.20.6.29:4010/rc_real_time_data_pool?useUnicode=true&characterEncoding=UTF8&useSSL=false"
;
//private String jdbcUrl="jdbc:mysql://172.20.6.29:4010/rc_real_time_data_pool?useUnicode=true&characterEncoding=UTF8&useSSL=false";
private
String
jdbcUrl
=
"jdbc:mysql://172.20.6.21:4010/rc_real_time_data_pool?useUnicode=true&characterEncoding=UTF8&useSSL=false"
;
//@Value("${data.source.baihang.username}")
//@Value("${data.source.baihang.username}")
private
String
username
=
"xyqb_history_w"
;
private
String
username
=
"xyqb_history_w"
;
...
...
src/main/java/cn/quantgroup/report/service/baihang/BaiHangZhuDaiService.java
View file @
52b51a60
...
@@ -979,7 +979,7 @@ public class BaiHangZhuDaiService {
...
@@ -979,7 +979,7 @@ public class BaiHangZhuDaiService {
for
(
int
j
=
0
;
j
<
repaymentInfoList
.
size
();
j
++)
{
for
(
int
j
=
0
;
j
<
repaymentInfoList
.
size
();
j
++)
{
RepaymentInfoZhuDai
repaymentInfo
=
repaymentInfoList
.
get
(
j
);
RepaymentInfoZhuDai
repaymentInfo
=
repaymentInfoList
.
get
(
j
);
String
id
=
UUID
.
randomUUID
().
toString
().
replaceAll
(
"-"
,
""
);
String
id
=
UUID
.
randomUUID
().
toString
().
replaceAll
(
"-"
,
""
);
log
.
info
(
"history log D3 oldReqID="
+
repaymentInfo
.
getReqID
()+
",newReqID="
+
id
);
log
.
info
(
"history log D3 oldReqID="
+
repaymentInfo
.
getReqID
()+
",newReqID="
+
id
+
",loanId="
+
repaymentInfo
.
getLoanId
()
);
repaymentInfo
.
setReqID
(
id
);
repaymentInfo
.
setReqID
(
id
);
//2019.11.18
//2019.11.18
...
...
src/main/resources/cn/quantgroup/report/mapper/baihang/RepaymentLoanInfoMapper.xml
View file @
52b51a60
This diff is collapsed.
Click to expand it.
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