Commit 3e55ca4e authored by ZWT's avatar ZWT

feat(吉林演示): 松原

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

BREAKING CHANGE: 无

Closes 无

[skip ci]
parent 95b7982a
...@@ -2873,7 +2873,7 @@ public class SpaceOptimizeBaseService { ...@@ -2873,7 +2873,7 @@ public class SpaceOptimizeBaseService {
* @param periodTypeKey 周期类型键 * @param periodTypeKey 周期类型键
* @return int * @return int
*/ */
private int getWeightByPeriodTypeKey(String periodTypeKey) { public int getWeightByPeriodTypeKey(String periodTypeKey) {
switch (periodTypeKey) { switch (periodTypeKey) {
case BusinessConstant.PERIOD_TYPE_LOW: case BusinessConstant.PERIOD_TYPE_LOW:
return 5; return 5;
......
...@@ -59,4 +59,9 @@ public class SpaceOptimizeWeight { ...@@ -59,4 +59,9 @@ public class SpaceOptimizeWeight {
* 发电类型key * 发电类型key
*/ */
private String generationTypeKey; private String generationTypeKey;
/**
* 电价
*/
private BigDecimal electricityPrice;
} }
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