@@ -63,11 +69,20 @@ public class StationDataTaskImpl implements IStationDataTask {
publicvoidgetIndexDto(DeviceDtodeviceDto){
//每个分机的指标数据
List<IndexDto>list=null;
List<IndexDto>list=null;
QueryResultquery=influxDbConnection.query("SELECT * FROM iot_data where \"equipmentSpecificName\" =~/.*"+deviceDto.getNumberName()+".*/ and \"gatewayId\" =~/"+deviceDto.getGateway()+"/ group by \"equipmentsIdx\" limit 1");