Commit e41fddcd authored by ZWT's avatar ZWT

feat(能源管理系统): 测试问题修复

1.修改间开制度管理-长期/中短期/短期间开优化定时任务,修改代码结构,处理部分未优化数据无法初始化问题;

BREAKING CHANGE: 无

Closes 无

[skip ci]
parent 14e7bcca
......@@ -24,7 +24,7 @@ public class CronConstant {
public static final String EVERY_DAY = "0 15 0 * * ?";
/**
* 每一天结束时间 23:40:00
* 每一天结束时间 23:50:00
*/
public static final String END_OF_DAY = "0 40 23 * * ?";
public static final String END_OF_DAY = "0 50 23 * * ?";
}
\ No newline at end of file
......@@ -21,7 +21,7 @@ import xstartup.service.job.annotation.XCronTrigger;
public class SpaceOptimizeShortJob implements XJob {
/**
* 每一天 23:40:00 执行
* 每一天 23:50:00 执行
*
* @param xContext x上下文
* @return {@link XServiceResult}
......
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