Commit 1e6f02e7 authored by 陈宏杰's avatar 陈宏杰

区分 正常还款/逾期还款

parent 9f521f6b
...@@ -286,7 +286,7 @@ public class BaiHangFileReportService { ...@@ -286,7 +286,7 @@ public class BaiHangFileReportService {
log.error("量化派助贷TO百行报送-还款信息异常, recordId: {} , loanId: {} ", id, repaymentLoanInfo.getLoanId(), e); log.error("量化派助贷TO百行报送-还款信息异常, recordId: {} , loanId: {} ", id, repaymentLoanInfo.getLoanId(), e);
} }
} }
File file = new File("量子数科科技有限公司_D3_"+fileNameReplaceAll(startTime.split("T")[0])+"_"+fileNameReplaceAll(endTime.split("T")[0])+"_"+String.format("%04d",new Random().nextInt(999999))+".txt"); File file = new File("量子数科科技有限公司_D3_"+fileNameReplaceAll(startTime.split("T")[0])+"_"+fileNameReplaceAll(endTime.split("T")[0])+"_"+j+"_"+String.format("%04d",new Random().nextInt(999999))+".txt");
FileUtils.writeLines(file,reportList); FileUtils.writeLines(file,reportList);
if (reportList.size()<=1) { if (reportList.size()<=1) {
log.info("量化派助贷TO百行报送(D3)-还款信息为空,加密文件不生成!starTime={},endTime={}",startTime,endTime); log.info("量化派助贷TO百行报送(D3)-还款信息为空,加密文件不生成!starTime={},endTime={}",startTime,endTime);
......
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