Commit d3b82d81 authored by ZWT's avatar ZWT

feat(吉林演示): 松原

1.开发间开优化结果统计功能,创建间开优化效果统计表,生成对应代码;
2.修改15天,10天,3天,1天间开优化功能,修改代码结构;

BREAKING CHANGE: 无

Closes 无

[skip ci]
parent 486852a6
...@@ -651,6 +651,9 @@ public class SpaceOptimizeBaseService { ...@@ -651,6 +651,9 @@ public class SpaceOptimizeBaseService {
//取峰谷策略 //取峰谷策略
strategyList = strategyMap.get(lineMap.get(detail.getLineId())); strategyList = strategyMap.get(lineMap.get(detail.getLineId()));
//按是否需要优化分组 //按是否需要优化分组
if (!wellheadMap.containsKey(detail.getId())) {
continue;
}
collect = wellheadMap.get(detail.getId()).stream() collect = wellheadMap.get(detail.getId()).stream()
.sorted(Comparator.comparing(SpaceInstitutionWellheadView::getStartSeq)) .sorted(Comparator.comparing(SpaceInstitutionWellheadView::getStartSeq))
.collect( .collect(
......
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