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

写文件用批量写入

parent 6506d06e
......@@ -1005,7 +1005,7 @@ public class BaiHangZhuDaiService {
}
FileUtils.write(new File(fileName+"_01.txt"), tmpWriteBuffer.toString(), "UTF-8", true);
log.info("批量写入文件结束,repaymentInfoList="+repaymentInfoList.size()+",buffCount="+buffCount+",Check Size="+(repaymentInfoList.size()==buffCount));
log.info("批量写入文件结束, startTime: {} , type: {} , repaymentInfoList="+repaymentInfoList.size()+",buffCount="+buffCount+",Check Size="+(repaymentInfoList.size()==buffCount), starTime, type);
tmpWriteBuffer=null;
buffCount=0;
......
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