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

还款&逾期方法优化2

parent c10127f9
......@@ -1245,9 +1245,9 @@ public class BaiHangZhuDaiService {
}
Stopwatch realTimeOverdueStopWatch3 = Stopwatch.createStarted();
//repaymentInfoList = repaymentLoanInfoMapper.findRealTimeRepayMentOverdue(timeRecord);
repaymentInfoList = repaymentLoanInfoMapper.findRealTimeRepayMentOverdue(timeRecord);
//2020.06.18 方法findRealTimeRepayMentOverdue用in查询已经慢的查不出,用等于吧
repaymentInfoList = this.findRealTimeRepayMentOverdueByFCId(starTime, endTime);
//repaymentInfoList = this.findRealTimeRepayMentOverdueByFCId(starTime, endTime);
log.info("逾期存量-非联合贷查询结束, 大小: {} , starTime: {} , 耗时: {} ", repaymentInfoList.size(), starTime, (realTimeOverdueStopWatch3.stop().elapsed(TimeUnit.MILLISECONDS) / 1000) + ".s");
//联合贷产品上线时间,上线后才有数据
......
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