Commit cc849904 authored by 陈宏杰's avatar 陈宏杰

睡眠1分钟

parent 72856624
...@@ -2399,7 +2399,7 @@ public class BaiHangZhuDaiService { ...@@ -2399,7 +2399,7 @@ public class BaiHangZhuDaiService {
if(tmpList!=null && tmpList.size()>0){ if(tmpList!=null && tmpList.size()>0){
allRepaymentLoanInfo.addAll(tmpList); allRepaymentLoanInfo.addAll(tmpList);
} }
Thread.sleep(10 * 60 * 1000); //sleep 10分钟,分钟tidb实例内存满了 Thread.sleep(1 * 60 * 1000); //sleep 10分钟,分钟tidb实例内存满了
}catch (Exception e){ }catch (Exception e){
log.error("非联合贷还款-按资方id查询异常, fundingCorpId: {} ", fundingCorpId, e); log.error("非联合贷还款-按资方id查询异常, fundingCorpId: {} ", fundingCorpId, e);
allRepaymentLoanInfo = null; allRepaymentLoanInfo = null;
......
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