Commit 9cb49887 authored by ZWT's avatar ZWT

feat(能源管理系统): 间开优化定时任务

1.开发间开优化定期校准定时任务,配置表达式修改定时任务配置文件,创建cloud模块方法;
2.开发间开优化定期校准定时任务,完成业务逻辑开发;
3.修改间开制度管理模块定期校准新增功能,增加初始化校准历史业务逻辑;

BREAKING CHANGE: 无

Closes 无

[skip ci]
parent f9dc2671
......@@ -22,4 +22,9 @@ public class CronConstant {
* 每一天 00:15:00
*/
public static final String EVERY_DAY = "0 15 0 * * ?";
/**
* 每一天结束时间 23:30:00
*/
public static final String END_OF_DAY = "0 30 23 * * ?";
}
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