终端异常统计优化
This commit is contained in:
@@ -33,7 +33,8 @@
|
||||
ptm.Comout_Desc AS comOutDesc,
|
||||
ptm.Alarm_Count AS alarmCount,
|
||||
ptm.Alarm_Desc AS alarmDesc,
|
||||
ptm.Flow_Value AS flowValue
|
||||
ptm.Flow_Value AS flowValue,
|
||||
ptm.OnlineRate_Value AS onlineRateValue
|
||||
FROM pq_line line
|
||||
INNER JOIN pq_line vol ON line.pid=vol.id
|
||||
INNER JOIN pq_line device ON vol.pid=device.id
|
||||
|
||||
Reference in New Issue
Block a user