Commit 75092eea authored by ZWT's avatar ZWT

feat(吉林演示): 松原

1.排查并修复各时段间开优化功能执行异常导致未执行间开优化问题;
2.排查并修复15天间开优化功能执行后,优化结果时间段展示错乱问题;
3.排查并修复光伏功率预测展示功能,实际功率未展示问题;

BREAKING CHANGE: 无

Closes 无

[skip ci]
parent b95e9a64
......@@ -20,7 +20,8 @@ import xstartup.data.XServiceResult;
public class ThirdPhotovoltaicPowerJob {
/**
* 每天00:05 0 5 0 * * ?
* 长庆:每天00:05 0 5 0 * * ?
* 吉林:每天03:30 0 30 3 * * ?
*
* @param xContext x上下文
* @return {@link XServiceResult}
......
......@@ -20,7 +20,8 @@ import xstartup.data.XServiceResult;
public class WellTechDailyJob {
/**
* 每天0点执行 0 0 0 * * ?
* 长庆:每天0点执行 0 0 0 * * ?
* 松原:每天8点30执行 0 30 8 * * ?
*
* @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