Commit 10549733 authored by zhangsen's avatar zhangsen

td相关 - 健康指数bug修改 - 子系统健康指数 缺少设备型号字段

parent 681be3b4
...@@ -77,6 +77,7 @@ ...@@ -77,6 +77,7 @@
area, area,
sub_system, sub_system,
equipment_name, equipment_name,
number,
avg(anomaly) as anomaly, avg(anomaly) as anomaly,
AVG(health_index) as health_index AVG(health_index) as health_index
from from
...@@ -90,7 +91,8 @@ ...@@ -90,7 +91,8 @@
analysis_obj_type, analysis_obj_type,
area, area,
sub_system, sub_system,
equipment_name equipment_name,
number
</select> </select>
<select id="getInfoListByGroupBySbFan" resultType="com.yeejoin.amos.boot.module.jxiop.biz.tdengine.FanHealthIndex"> <select id="getInfoListByGroupBySbFan" resultType="com.yeejoin.amos.boot.module.jxiop.biz.tdengine.FanHealthIndex">
......
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