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

时间相等

parent c61282f4
......@@ -101,6 +101,7 @@ public class BaiHangFileReportService {
Stopwatch stopwatch = Stopwatch.createStarted();
String starTime = DateUtils.formatDate(startDate,"yyyy-MM-dd HH:mm:ss");
String endTime = DateUtils.formatDate(endDate,"yyyy-MM-dd HH:mm:ss");
if (!starTime.equals(endTime)) {
log.info("开始生成报送文件{}----- {} -- {}",type,starTime,endTime);
if ("A1".equalsIgnoreCase(type)) {
reportA1(starTime,endTime);
......@@ -119,6 +120,7 @@ public class BaiHangFileReportService {
}
log.info("生成报送文件结束{}----- {} -- {},耗时 {}",type,starTime,endTime,stopwatch.elapsed(TimeUnit.MILLISECONDS));
}
}
/**
* 贷款申请信息(A1)
......
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