Commit a02dbf5c authored by wangsong's avatar wangsong

update date format

parent ab5d93e5
......@@ -233,7 +233,7 @@ public class StatisticsController {
}else { // 月数据
String yearMonth = DateUtils.dateToString(startDate, "yyyy-MM");
param.put("yearMonth", yearMonth);
dateStr = DateUtils.dateToString(startDate, "M月");
dateStr = yearMonth;
}
long all_auth = authLogService.count(param);
......
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