Ver código fonte

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

xuxueli 6 anos atrás
pai
commit
92d5004411

+ 1 - 0
doc/XXL-JOB官方文档.md Ver arquivo

@@ -1379,6 +1379,7 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段
1379 1379
 
1380 1380
 ### 6.23 版本 v2.0.1 Release Notes[迭代中]
1381 1381
 - 1、左侧菜单折叠动画问题修复;
1382
+- 2、调度报表日期分布图默认值统一;
1382 1383
 
1383 1384
 
1384 1385
 ### TODO LIST

+ 1 - 0
xxl-job-admin/src/main/java/com/xxl/job/admin/service/impl/XxlJobServiceImpl.java Ver arquivo

@@ -345,6 +345,7 @@ public class XxlJobServiceImpl implements XxlJobService {
345 345
 		} else {
346 346
             for (int i = 4; i > -1; i--) {
347 347
                 triggerDayList.add(FastDateFormat.getInstance("yyyy-MM-dd").format(DateUtils.addDays(new Date(), -i)));
348
+				triggerDayCountRunningList.add(0);
348 349
                 triggerDayCountSucList.add(0);
349 350
                 triggerDayCountFailList.add(0);
350 351
             }