Commit 65fb5f62 by 王祖波

开发环境当前周

parent b49e813a
......@@ -181,8 +181,8 @@ public class WeekMonthReportBuilder {
String bizDate = null;
if (MaterialReportType.WEEK.getCode().equals(reportType)) {
// 周报
bizDate = DateUtil.beginOfWeek(DateUtil.lastWeek()).toString("yyyy-MM-dd");
// bizDate = DateUtil.beginOfWeek(new Date()).toString("yyyy-MM-dd");
// bizDate = DateUtil.beginOfWeek(DateUtil.lastWeek()).toString("yyyy-MM-dd");
bizDate = DateUtil.beginOfWeek(new Date()).toString("yyyy-MM-dd");
} else {
// 月报
......
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