public List<Record> getExportStoreTotal(
     int seqType,
     String category_id,
     String store_name,
     String[] channel,
     int saleType,
     String start_time,
     String end_time) {
   return storeAnalysis.getExportStoreTotal(
       seqType, category_id, store_name, channel, saleType, start_time, end_time);
 }