sqls="SELECT count(\"p\") FROM \"tdl_policy\".\""+device+"\" WHERE \"event\" = 'Regular measurement' and \"tdl\"='"+devList.get(i)+"' and time>="+startTime+" and time <="+resultCircuitVo.getEndTime()*1000000l;
...
...
@@ -511,6 +510,10 @@ public class DataController {
sqls="SELECT \"tdl\",\"p\",\"T\",\"h\",\"a0\",\"a1\",\"ta\",\"bdlng\",\"bdlat\" FROM \"tdl_policy\".\""+device+"\" WHERE time >="+startTime+" and time <="+System.currentTimeMillis()*1000000l+" ORDER BY time ";