Commit a85611a1 authored by ZWT's avatar ZWT

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

1.修改间开制度管理-长期/中短期/短期间开优化定时任务,修改代码结构,处理部分未优化数据无法初始化问题;
2.修改间开制度管理-长期/中短期定时任务,修改离网型算法逻辑,优化代码;
3.修改间开制度管理-短期间开优化详情接口,优化代码;

BREAKING CHANGE: 无

Closes 无

[skip ci]
parent d9fb627a
......@@ -51,7 +51,11 @@
FROM space_optimize_short_duration
WHERE is_optimize = 0
AND short_period_id = #{shortPeriodId})
SELECT *
SELECT wellhead_id,
is_optimize,
open_well_time,
close_well_time,
IFNULL(generation_type_key, 'gf') AS generation_type_key
FROM (SELECT wellhead_id,
is_optimize,
open_well_time,
......
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