Commit 0f58c44d authored by 陈宏杰's avatar 陈宏杰

D3O30

parent aeb2b294
...@@ -106,10 +106,11 @@ public class BaiHangFileReportService { ...@@ -106,10 +106,11 @@ public class BaiHangFileReportService {
reportD3(starTime,endTime); reportD3(starTime,endTime);
} else if ("D3O".equalsIgnoreCase(type)) { } else if ("D3O".equalsIgnoreCase(type)) {
reportD3O(starTime,endTime); reportD3O(starTime,endTime);
reportD3OFor30Day(starTime,endTime);
} else if ("D3R".equalsIgnoreCase(type)) { } else if ("D3R".equalsIgnoreCase(type)) {
reportD3R(starTime,endTime); reportD3R(starTime,endTime);
} else { } else if ("D3O30".equalsIgnoreCase(type)) {
reportD3OFor30Day(starTime,endTime);
} else {
throw new QGException(COMMON_ILLEGAL_PARAM_TOAST,"报送类型不正确"); throw new QGException(COMMON_ILLEGAL_PARAM_TOAST,"报送类型不正确");
} }
log.info("生成报送文件结束{}----- {} -- {},耗时 {}",type,starTime,endTime,stopwatch.elapsed(TimeUnit.MILLISECONDS)); log.info("生成报送文件结束{}----- {} -- {},耗时 {}",type,starTime,endTime,stopwatch.elapsed(TimeUnit.MILLISECONDS));
......
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