|
|
@ -132,7 +132,7 @@ public class MaxKbController extends Controller {
|
|
|
|
//2、提供EXCEL
|
|
|
|
//2、提供EXCEL
|
|
|
|
//文件名称
|
|
|
|
//文件名称
|
|
|
|
String excel_filename = "长春市学校情况统计报表.xlsx";
|
|
|
|
String excel_filename = "长春市学校情况统计报表.xlsx";
|
|
|
|
String pdfName = "长春市学校情况统计报表.pdf";
|
|
|
|
String pdfName = excel_filename.replace(".xlsx", ".pdf");
|
|
|
|
if (type_id < 2) {
|
|
|
|
if (type_id < 2) {
|
|
|
|
renderFile(new File(excelPath), excel_filename);
|
|
|
|
renderFile(new File(excelPath), excel_filename);
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|