|
|
@ -131,8 +131,8 @@ public class MaxKbController extends Controller {
|
|
|
|
|
|
|
|
|
|
|
|
//2、提供EXCEL
|
|
|
|
//2、提供EXCEL
|
|
|
|
//文件名称
|
|
|
|
//文件名称
|
|
|
|
String excel_filename = "按区域、学校统计课程建设情况.xlsx";
|
|
|
|
String excel_filename = "区域学校统计.xlsx";
|
|
|
|
String pdfName = "按区域、学校统计课程建设情况.pdf";
|
|
|
|
String pdfName = "区域学校统计.pdf";
|
|
|
|
if (type_id < 2) {
|
|
|
|
if (type_id < 2) {
|
|
|
|
renderFile(new File(excelPath), excel_filename);
|
|
|
|
renderFile(new File(excelPath), excel_filename);
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|