@@ -582,7 +582,16 @@ public class MonitorFanIndicatorImpl implements IMonitorFanIndicator {
}catch(ParseExceptione){
e.printStackTrace();
}
Stringsql1="SELECT DISTINCT value FROM iot_data_"+gatewayId+" WHERE equipmentIndexName = '有功功率' and equipmentSpecificName =~/"+name+"/ and time >='"+time+"'GROUP BY time(2m)";
Stringsql="SELECT equipmentSpecificName FROM indicators_"+gatewayId+" WHERE equipmentNumber = '"+name+"' limit 1";