Ver Fonte

政策-政策导出

yangzian há 3 anos atrás
pai
commit
a2f13d2887

+ 1 - 1
jeecg-boot-finance/src/main/java/org/jeecg/ctop/finance/policy/controller/CwjsPolicyInfoController.java

@@ -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);