Commit 10549733 authored by zhangsen's avatar zhangsen

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

parent 681be3b4
......@@ -77,6 +77,7 @@
area,
sub_system,
equipment_name,
number,
avg(anomaly) as anomaly,
AVG(health_index) as health_index
from
......@@ -90,7 +91,8 @@
analysis_obj_type,
area,
sub_system,
equipment_name
equipment_name,
number
</select>
<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