Commit 77951efc by huangZW

111

parent 5b48e33a
......@@ -253,7 +253,7 @@ private static Logger logger = LoggerFactory.getLogger(MaidianDataController.cla
List<String> titleList = Arrays.asList( "门店名称","门店code","分组名称","登陆率","登陆人数");
List<String> fileList = Arrays.asList("storeName", "storeCode", "storeGroupName", "loginRate", "loginClerkCnt");
try {
ExcelUtils.xls(response, request, "详情报表", page.getResult(), fileList, titleList);
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