Commit 46ffba4a authored by ZWT's avatar ZWT

feat(吉林演示): 松原

1.修改部分第三方数据处理定时任务,修改系统来源,将固定来源按环境区分改为动态获取;
2.修改统计分析-间开效果评价新页面累节电能接口,暂时无法获取电费信息,将电费信息默认做随机数处理;
3.修改统计分析-能耗分析新页面峰谷能耗对比分析接口,暂时无法获取电费信息,将电费信息默认做随机数处理;
4.吉林首页井场用能分析模块开放井场用能分析双坐标轴接口,备用;
5.修改首页光伏实时监控接口,解决选择查看部分采油厂接口报错提示异常问题;

BREAKING CHANGE: 无

Closes 无

[skip ci]
parent ef41a578
......@@ -110,7 +110,7 @@
FROM
plant_predicted_power_short_term
<where>
<if test="plantIds != null">
<if test="plantIds != null and plantIds.size() > 0">
AND plant_id IN
<foreach collection="plantIds" item="item" open="(" separator="," close=")">
#{item}
......
......@@ -107,7 +107,7 @@
<if test="createDate != null">
AND create_date &lt;= #{createDate}
</if>
<if test="stationIds != null">
<if test="stationIds != null and stationIds.size() > 0">
AND station_id IN
<foreach collection="stationIds" item="item" open="(" separator="," close=")">
#{item}
......
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