Commit 8b15fb9f authored by 董建华's avatar 董建华

打印上报条数

parent 0bcef121
...@@ -608,7 +608,7 @@ public class IReportServiceImpl implements ReportService { ...@@ -608,7 +608,7 @@ public class IReportServiceImpl implements ReportService {
FileEntry fileEntry = creatZipFile(overMonthData, InfoType.CREDIT_FINANCING_INFO, BusinessType.OVERDUEMON); 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("月逾期数据上报结束 上报总条数: {}",overMonthData.size());
ReportTimer.result.put("月逾期数据条数:",overMonthData.size()); ReportTimer.result.put("月逾期数据条数:",overMonthData.size());
insertReportLogAsync(overMonthData, fileEntry,"4"); insertReportLogAsync(overMonthData, fileEntry,"4");
} catch (QgException e) { } catch (QgException e) {
......
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