Commit b8f3ce0c authored by ZWT's avatar ZWT

feat(吉林演示): 松原

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

BREAKING CHANGE: 无

Closes 无

[skip ci]
parent f59fdba7
......@@ -81,7 +81,7 @@ public class SpaceOptimizeUltraCloudServiceImpl extends SpaceOptimizeBaseService
return XServiceResult.OK;
});
//计算优化效果
super.calculateOptimizeEffect(context, periodDTOList, wellheadDTOList, durationDTOList, unOptimizeDurationList);
super.calculateOptimizeEffect(context, periodDTOList, wellheadDTOList, durationDTOList, unOptimizeDurationList, 15, BusinessConstant.ZERO);
return result;
}
}
\ No newline at end of file
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