|
|
|
@ -2380,7 +2380,7 @@ public class StudentController extends BaseController{
|
|
|
|
|
//下载模板信息
|
|
|
|
|
@GetMapping(MODEL + "/downloadTemplate.json")
|
|
|
|
|
@ResponseBody
|
|
|
|
|
public void download(HttpServletResponse response, @SCoreUser CoreUser coreUser) {
|
|
|
|
|
public String download(HttpServletResponse response, @SCoreUser CoreUser coreUser) {
|
|
|
|
|
XSSFWorkbook workbook = null;
|
|
|
|
|
InputStream is = null;
|
|
|
|
|
try {
|
|
|
|
@ -2502,6 +2502,7 @@ public class StudentController extends BaseController{
|
|
|
|
|
response.getOutputStream().close();
|
|
|
|
|
}
|
|
|
|
|
} catch (Exception e) { }
|
|
|
|
|
return "";
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|