Commit 19318ef6 by songyinghui

feat: 月报周期

parent 6a60e4bd
...@@ -162,7 +162,7 @@ public class MaterialReportBuilder { ...@@ -162,7 +162,7 @@ public class MaterialReportBuilder {
} else { } else {
// 月报 // 月报
bizDate = DateUtil.beginOfMonth(DateUtil.lastMonth()).toString("yyyy-MM-dd"); bizDate = DateUtil.beginOfMonth(DateUtil.lastMonth()).toString("yyyy-MM");
} }
return bizDate; return bizDate;
} }
......
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