Commit 3333ca03 by huangZW

111

parent 5f1c5a29
......@@ -270,7 +270,6 @@ private static Logger logger = LoggerFactory.getLogger(MaidianDataController.cla
List<String> titleList = Arrays.asList( "门店名称","门店code","分组名称","登陆率","登陆人数");
List<String> fileList = Arrays.asList("xName", "storeCode", "storeGroupName", "loginRate", "loginClerkCnt");
try {
logger.info("导出数据未=================》{}",page.getList());
ExcelUtils.xls(response, request, "详情报表", page.getList(), fileList, titleList);
} catch (Exception e) {
logger.info(e.getMessage(),e);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment