Commit 92d50044 by xuxueli

调度报表日期分布图默认值统一

parent 2e277757
## 《分布式任务调度平台XXL-JOB》
## 《分布式任务调度平台XXL-JOB》
......@@ -1379,6 +1379,7 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段
### 6.23 版本 v2.0.1 Release Notes[迭代中]
- 1、左侧菜单折叠动画问题修复;
- 2、调度报表日期分布图默认值统一;
### TODO LIST
......
......@@ -345,6 +345,7 @@ public class XxlJobServiceImpl implements XxlJobService {
} else {
for (int i = 4; i > -1; i--) {
triggerDayList.add(FastDateFormat.getInstance("yyyy-MM-dd").format(DateUtils.addDays(new Date(), -i)));
triggerDayCountRunningList.add(0);
triggerDayCountSucList.add(0);
triggerDayCountFailList.add(0);
}
......
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 sign in to comment