Stringsql="SELECT * FROM day_v where value_type = 'CP95' and (phasic_type = 'A' or phasic_type = 'B' or phasic_type = 'C') "+processDate(dataDate,Integer.valueOf(BizParamConstant.STAT_BIZ_DAY))+" group by line_id order by time desc limit 3 tz('Asia/Shanghai')";
//String sql = "SELECT * FROM day_v where value_type = 'CP95' and (phasic_type = 'A' or phasic_type = 'B' or phasic_type = 'C') " + processDate(dataDate,Integer.valueOf(BizParamConstant.STAT_BIZ_DAY)) +" group by line_id order by time desc limit 3 tz('Asia/Shanghai')";
//InfluxDBResultMapper resultMapper = new InfluxDBResultMapper();
Stringsql="SELECT * FROM day_harmrate_v where value_type = 'CP95' and (phasic_type = 'A' or phasic_type = 'B' or phasic_type = 'C') "+processDate(dataDate,Integer.valueOf(BizParamConstant.STAT_BIZ_DAY))+"group by line_id order by time desc limit 3 tz('Asia/Shanghai')";
//String sql = "SELECT * FROM day_harmrate_v where value_type = 'CP95' and (phasic_type = 'A' or phasic_type = 'B' or phasic_type = 'C') "+ processDate(dataDate,Integer.valueOf(BizParamConstant.STAT_BIZ_DAY)) +"group by line_id order by time desc limit 3 tz('Asia/Shanghai')";
//InfluxDBResultMapper resultMapper = new InfluxDBResultMapper();
Stringsql="SELECT * FROM day_i where value_type = 'CP95' and (phasic_type = 'A' or phasic_type = 'B' or phasic_type = 'C')"+processDate(dataDate,Integer.valueOf(BizParamConstant.STAT_BIZ_DAY))+" group by line_id order by time desc limit 3 tz('Asia/Shanghai')";
//String sql = "SELECT * FROM day_i where value_type = 'CP95' and (phasic_type = 'A' or phasic_type = 'B' or phasic_type = 'C')"+ processDate(dataDate,Integer.valueOf(BizParamConstant.STAT_BIZ_DAY)) +" group by line_id order by time desc limit 3 tz('Asia/Shanghai')";
//InfluxDBResultMapper resultMapper = new InfluxDBResultMapper();
Stringsql="SELECT line_id,abs(freq_dev) AS freq_dev FROM day_v where phasic_type = 'T' and (value_type = 'MIN' or value_type = 'MAX') "+processDate(dataDate,Integer.valueOf(BizParamConstant.STAT_BIZ_DAY))+"group by line_id order by time desc limit 2 tz('Asia/Shanghai')";
//String sql = "SELECT line_id,abs(freq_dev) AS freq_dev FROM day_v where phasic_type = 'T' and (value_type = 'MIN' or value_type = 'MAX') "+ processDate(dataDate,Integer.valueOf(BizParamConstant.STAT_BIZ_DAY)) +"group by line_id order by time desc limit 2 tz('Asia/Shanghai')";
//InfluxDBResultMapper resultMapper = new InfluxDBResultMapper();
Stringsql="SELECT line_id,vu_dev,vl_dev,value_type FROM day_v where (phasic_type = 'A' or phasic_type = 'B' or phasic_type = 'C') and (value_type = 'MIN' or value_type = 'MAX') "+processDate(dataDate,Integer.valueOf(BizParamConstant.STAT_BIZ_DAY))+" group by line_id order by time desc limit 6 tz('Asia/Shanghai')";
//String sql = "SELECT line_id,vu_dev,vl_dev,value_type FROM day_v where (phasic_type = 'A' or phasic_type = 'B' or phasic_type = 'C') and (value_type = 'MIN' or value_type = 'MAX') "+ processDate(dataDate,Integer.valueOf(BizParamConstant.STAT_BIZ_DAY)) +" group by line_id order by time desc limit 6 tz('Asia/Shanghai')";
Stringsql="SELECT line_id,v_unbalance,value_type FROM day_v where phasic_type = 'T' and (value_type = 'CP95' or value_type = 'MAX') "+processDate(dataDate,Integer.valueOf(BizParamConstant.STAT_BIZ_DAY))+" group by line_id order by time desc limit 2 tz('Asia/Shanghai')";
//String sql = "SELECT line_id,v_unbalance,value_type FROM day_v where phasic_type = 'T' and (value_type = 'CP95' or value_type = 'MAX') "+ processDate(dataDate,Integer.valueOf(BizParamConstant.STAT_BIZ_DAY)) +" group by line_id order by time desc limit 2 tz('Asia/Shanghai')";
//InfluxDBResultMapper resultMapper = new InfluxDBResultMapper();
Stringsql="SELECT line_id,i_neg,value_type FROM day_i where phasic_type = 'T' and (value_type = 'CP95' or value_type = 'MAX') "+processDate(dataDate,Integer.valueOf(BizParamConstant.STAT_BIZ_DAY))+" group by line_id order by time desc limit 2 tz('Asia/Shanghai')";
//String sql = "SELECT line_id,i_neg,value_type FROM day_i where phasic_type = 'T' and (value_type = 'CP95' or value_type = 'MAX') "+ processDate(dataDate,Integer.valueOf(BizParamConstant.STAT_BIZ_DAY)) +" group by line_id order by time desc limit 2 tz('Asia/Shanghai')";
//InfluxDBResultMapper resultMapper = new InfluxDBResultMapper();
Stringsql="SELECT * FROM day_inharm_v where (phasic_type = 'A' or phasic_type = 'B' or phasic_type = 'C') and value_type = 'CP95' "+processDate(dataDate,Integer.valueOf(BizParamConstant.STAT_BIZ_DAY))+" group by line_id order by time desc limit 3 tz('Asia/Shanghai')";
//String sql = "SELECT * FROM day_inharm_v where (phasic_type = 'A' or phasic_type = 'B' or phasic_type = 'C') and value_type = 'CP95' "+ processDate(dataDate,Integer.valueOf(BizParamConstant.STAT_BIZ_DAY)) +" group by line_id order by time desc limit 3 tz('Asia/Shanghai')";
//InfluxDBResultMapper resultMapper = new InfluxDBResultMapper();
Stringsql="SELECT * FROM day_plt where (phasic_type = 'A' or phasic_type = 'B' or phasic_type = 'C') and value_type = 'CP95' "+processDate(dataDate,Integer.valueOf(BizParamConstant.STAT_BIZ_DAY))+" group by line_id order by time desc limit 3 tz('Asia/Shanghai')";
//String sql = "SELECT * FROM day_plt where (phasic_type = 'A' or phasic_type = 'B' or phasic_type = 'C') and value_type = 'CP95' "+ processDate(dataDate,Integer.valueOf(BizParamConstant.STAT_BIZ_DAY)) +" group by line_id order by time desc limit 3 tz('Asia/Shanghai')";
//InfluxDBResultMapper resultMapper = new InfluxDBResultMapper();
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.