Commit fd3ab4a2 by 王祖波

log

parent 8999e1a8
...@@ -186,6 +186,7 @@ public class WeekMonthReportBuilder { ...@@ -186,6 +186,7 @@ public class WeekMonthReportBuilder {
// 月报 // 月报
bizDate = DateUtil.beginOfMonth(DateUtil.lastMonth()).toString("yyyy-MM"); bizDate = DateUtil.beginOfMonth(DateUtil.lastMonth()).toString("yyyy-MM");
} }
log.info("计算周月报的周期:{}",bizDate);
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