|
|
|
@ -135,7 +135,7 @@ public class YunXiaoController extends Controller {
|
|
|
|
|
|
|
|
|
|
//2、提供EXCEL
|
|
|
|
|
//文件名称
|
|
|
|
|
String excel_filename = "课程建设情况.xlsx";
|
|
|
|
|
String excel_filename = "课程建设情况统计报表.xlsx";
|
|
|
|
|
String pdfName = excel_filename.replace(".xlsx", ".pdf");
|
|
|
|
|
if (type_id < 2) {
|
|
|
|
|
renderFile(new File(excelPath), excel_filename);
|
|
|
|
@ -181,7 +181,7 @@ public class YunXiaoController extends Controller {
|
|
|
|
|
|
|
|
|
|
//2、提供EXCEL
|
|
|
|
|
//文件名称
|
|
|
|
|
String excel_filename = "按区域、学校统计课程建设情况.xlsx";
|
|
|
|
|
String excel_filename = "区域单位课程建设情况统计报表.xlsx";
|
|
|
|
|
String pdfName = excel_filename.replace(".xlsx", ".pdf");
|
|
|
|
|
if (type_id < 2) {
|
|
|
|
|
renderFile(new File(excelPath), excel_filename);
|
|
|
|
|