Stringsql=String.format("select * from iot_data_%s where indictorName='%s' and time > '%s' and time < '%s' ;",gateaway,indictorName,startTime,endTime);
sql=String.format("select * from iot_data_%s where address ='%s' and time > '%s' and time < '%s' ;",idxBizUxfv.getGatewayId(),idxBizUxfv.getIndexAddress(),startTime,endTime);
sql=String.format("select * from iot_data_%s where address ='%s' and time > '%s' and time < '%s' ;",idxBizPvPointProcessVariableClassification.getGatewayId(),idxBizPvPointProcessVariableClassification.getIndexAddress(),startTime,endTime);