// String sql = String.format("select value from %s where address='%s' and where time >= '%s' and where time <= '%s' ", tableName, IdxBizFanPointProcessVariableClassification.getIndexAddress(), startTime, endTime);
Stringsql=String.format("select value from %s where address='%s' ",tableName,idxBizFanPointProcessVariableClassification.getIndexAddress());
// String sql = String.format("select value from %s where address='%s' and where time >= '%s' and where time <= '%s' ", tableName, IdxBizFanPointProcessVariableClassification.getIndexAddress(), startTime, endTime);
Stringsql=String.format("select value from %s where address='%s' ",tableName,idxBizPvPointProcessVariableClassification.getIndexAddress());
// String sql = String.format("select value from %s where address='%s' and where time >= '%s' and where time <= '%s' ", tableName, IdxBizFanPointProcessVariableClassification.getIndexAddress(), startTime, endTime);
Stringsql=String.format("select value from %s where address='%s' ",tableName,idxBizFanPointVarCorrelation.getProcessIndexAddress());
// String sql = String.format("select value from %s where address='%s' and where time >= '%s' and where time <= '%s' ", tableName, IdxBizFanPointProcessVariableClassification.getIndexAddress(), startTime, endTime);
Stringsql=String.format("select value from %s where address='%s' ",tableName,idxBizPvPointVarCorrelation.getProcessIndexAddress());
// String sql = String.format("select value from %s where address='%s' and where time >= '%s' and where time <= '%s' ", tableName, IdxBizFanPointProcessVariableClassification.getIndexAddress(), startTime, endTime);
Stringsql=String.format("select value from %s where address='%s' ",tableName,list.get(0).getProcessIndexAddress());
Stringsql1=String.format("select value from %s where address='%s' ",tableName,list.get(1).getProcessIndexAddress());
Stringsql2=String.format("select value from %s where address='%s' ",tableName,list.get(2).getProcessIndexAddress());
// String sql = String.format("select value from %s where address='%s' and where time >= '%s' and where time <= '%s' ", tableName, IdxBizFanPointProcessVariableClassification.getIndexAddress(), startTime, endTime);
Stringsql=String.format("select value from %s where address='%s' ",tableName,list.get(0).getProcessIndexAddress());
Stringsql1=String.format("select value from %s where address='%s' ",tableName,list.get(1).getProcessIndexAddress());
Stringsql2=String.format("select value from %s where address='%s' ",tableName,list.get(2).getProcessIndexAddress());
sql=String.format("select * from iot_data_%s where address ='%s' and time > '%s' and time < '%s' ;",idxBizFanPointProcessVariableClassification.getGatewayId(),idxBizFanPointProcessVariableClassification.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);