提交 16539557 编写于 作者: Y youyong205

modify the builder

上级 0e0db08b
......@@ -45,7 +45,6 @@ public class StorageReportBuilder implements TaskBuilder {
DailyReport report = new DailyReport();
report.setContent("");
report.setCreationDate(new Date());
report.setDomain(reportId);
report.setIp(NetworkInterfaceManager.INSTANCE.getLocalHostAddress());
......@@ -78,7 +77,6 @@ public class StorageReportBuilder implements TaskBuilder {
StorageReport eventReport = queryDailyReportsByDuration(reportId, period, end);
MonthlyReport report = new MonthlyReport();
report.setContent("");
report.setCreationDate(new Date());
report.setDomain(reportId);
report.setIp(NetworkInterfaceManager.INSTANCE.getLocalHostAddress());
......@@ -102,7 +100,6 @@ public class StorageReportBuilder implements TaskBuilder {
StorageReport eventReport = queryDailyReportsByDuration(reportId, period, end);
WeeklyReport report = new WeeklyReport();
report.setContent("");
report.setCreationDate(new Date());
report.setDomain(reportId);
report.setIp(NetworkInterfaceManager.INSTANCE.getLocalHostAddress());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册