Stringcql="select * from ctid_prof.alarm_log where ip like '%"+ip+"%' and state = '"+Constant.ALARM_RECOVERY+"' and serialnum<"+flag+" order by alatime desc limit "+size+" allow filtering";
Stringcql="select * from ctid_prof.alarm_log where ip like '%"+ip+"%' and state = '"+Constant.ALARM_RECOVERY+"' and serialnum<"+flag+" limit "+size+" allow filtering";