Commit b10d742a authored by ZWT's avatar ZWT

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

1.修改间开制度管理-长期间开优化模块详情接口,增加查询当月长期光伏预测功率数据逻辑;
2.开发光伏预测Cloud模块,条件查询每小时长期/中短期光伏预测发电量列表接口,完成接口冒烟测试;
3.修改间开制度管理-中短期间开优化模块详情接口,增加查询当前中短期光伏预测功率数据逻辑;
4.修改间开制度管理-长期/中短期间开优化离网型优化方法计算异常问题;
5.修改间开制度管理-短期间开优化模块查看详情接口,解决缺少线路ID查询条件问题;

BREAKING CHANGE: 无

Closes 无

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