Commit b1e1d624 authored by Java-刘 彧阳's avatar Java-刘 彧阳

init

parent dc884400
......@@ -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);
}
}
}
}
......
#jdbc.driver
jdbc.driver.name=com.mysql.jdbc.Driver
#payment_center
payment_center.jdbc.url=jdbc:mysql://172.168.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://10.0.44.25:3306/mall?useUnicode=true&characterEncoding=UTF8
mall.jdbc.url=jdbc:mysql://172.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.168.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
......
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