|
@@ -983,7 +983,7 @@ public class CwjsPolicyInfoController {
|
|
|
Workbook workbook = ExcelExportUtil.exportExcel(new ExportParams("政策内容", "销售政策"), ExportCwjsPolicyPojo.class, resultList);
|
|
|
response.setCharacterEncoding("UTF-8");
|
|
|
response.setHeader("content-Type", "application/vnd.ms-excel");
|
|
|
- response.setHeader("Content-Disposition", "attachment;filename=" + URLEncoder.encode("快手利润单.xls", "UTF-8"));
|
|
|
+ response.setHeader("Content-Disposition", "attachment;filename=" + URLEncoder.encode("销售政策.xls", "UTF-8"));
|
|
|
workbook.write(response.getOutputStream());
|
|
|
} catch (IOException e) {
|
|
|
throw new RuntimeException(e);
|