Commit c939261a by 王祖波

log

parent fd3ab4a2
...@@ -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(DateUtil.lastMonth().toDateStr());
log.info("计算周月报的周期:{}",bizDate); 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