Commit 61732928 authored by 董建华's avatar 董建华

修改月初报的文件名

parent 9194f4b0
...@@ -594,7 +594,7 @@ public class IReportServiceImpl implements ReportService { ...@@ -594,7 +594,7 @@ public class IReportServiceImpl implements ReportService {
return; return;
} }
log.info("获取月逾期数据条数 size : {} ", overMonthData.size()); log.info("获取月逾期数据条数 size : {} ", overMonthData.size());
FileEntry fileEntry = creatZipFile(overMonthData, InfoType.CREDIT_FINANCING_INFO, BusinessType.OVERDUE); FileEntry fileEntry = creatZipFile(overMonthData, InfoType.CREDIT_FINANCING_INFO, BusinessType.OVERDUEMON);
log.info("月逾期数据生成文件位置fileEntry : {}", fileEntry); log.info("月逾期数据生成文件位置fileEntry : {}", fileEntry);
reportData(fileEntry); reportData(fileEntry);
log.info("月逾期数据上报结束 result: {}"); log.info("月逾期数据上报结束 result: {}");
......
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