Commit 52b51a60 authored by 郝彦辉's avatar 郝彦辉

重新跑p2p的D3存量,并且在172.20.6.21

parent 56ef3df6
...@@ -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}")
......
...@@ -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";
......
...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment