Commit efab3c28 authored by 郝彦辉's avatar 郝彦辉

Merge remote-tracking branch 'origin/master'

parents 9e283cda ae331909
......@@ -662,6 +662,7 @@ public class BaiHangZhuDaiService {
long sUtc1 = System.currentTimeMillis();
while (true) {
long sUtc2 = System.currentTimeMillis();
if(A1_Stop.get()){
log.error("All申请存量数据查询STOP, A1_Stop: {} , endTime: {} ",A1_Stop.get(), erlyDate.plusDays(counter).format(DateTimeFormatter.ISO_DATE));
break;
......@@ -697,7 +698,7 @@ public class BaiHangZhuDaiService {
}
int listSize = applyLoanInfoList!=null ? applyLoanInfoList.size(): 0;
log.info("All申请存量数据查询结束, listSize : {} , startTime: {} , endTime: {} , 耗时 : {} ", listSize, starTime, endTime, ((System.currentTimeMillis()-sUtc1)/1000)+".s");
log.info("All申请存量数据查询结束, listSize : {} , startTime: {} , endTime: {} , 耗时 : {} ", listSize, starTime, endTime, ((System.currentTimeMillis()-sUtc2)/1000)+".s");
String upladTs = LocalDateTime.now().toString().substring(0, 19);
for (int i = 0; i < applyLoanInfoList.size(); i++) {
......
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