Commit b788e2cb authored by ZWT's avatar ZWT

feat(零碳): 长庆

1.修改极短期间开预测定时任务逻辑,解决优化后部分优化结果时间段过短问题;
2.修改心知天气气象数据获取及接收定时任务,解决天气数据通过邮件下载后,部分数据精度丢失问题;

BREAKING CHANGE: 无

Closes 无

[skip ci]
parent 458db754
......@@ -192,7 +192,7 @@ public class SpaceOptimizeShortPeriodService extends SpaceOptimizeBaseService {
collect.get(Boolean.FALSE), durationMap.get(detail.getId()), periodId, startDate);
//取待优化井口并遍历
wellheadList = collect.get(Boolean.TRUE);
//todo 防冻堵策略(一口井就全开不走优化)
//防冻堵策略(一口井就全开不走优化)
SpaceInstitutionWellheadView tundraStrategyWellhead = null;
List<SpaceOptimizeDurationDTO> tundraStrategyList = new ArrayList<>(32);
Integer tundraStrategy = detail.getTundraStrategy();
......@@ -974,6 +974,7 @@ public class SpaceOptimizeShortPeriodService extends SpaceOptimizeBaseService {
}
//关井时间优化
if (CollUtil.isNotEmpty(closeList)) {
//补时间
} else {
//todo 不需要补时间,需要优化计算
......
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