public List<Record> getAllChannelByTime(String start_time, String end_time) {
   return storeAnalysis.getAllChannelByTime(start_time, end_time);
 }