main
黄海 2 years ago
parent 8c97ef0bc9
commit 636712464f

@ -230,7 +230,7 @@ public class YpController extends Controller {
String excelFile = excelPath + "excelTemp/" + UUID.randomUUID().toString().toUpperCase() + ".xls";
ExcelExportUtil.export(rs, jo, excelFile);
//提供下载
String filename = "招生.xls";
String filename = "申报结果.xls";
renderFile(new File(excelFile), filename);
}

Loading…
Cancel
Save