|
@@ -296,7 +296,7 @@ public class SpecialtyController extends ControllerSupport {
|
|
@ApiOperation(value = "下载导入模板", notes = "下载导入模板")
|
|
@ApiOperation(value = "下载导入模板", notes = "下载导入模板")
|
|
@GetMapping("importTemplate")
|
|
@GetMapping("importTemplate")
|
|
public void getDownloadTemplate(HttpServletResponse response) {
|
|
public void getDownloadTemplate(HttpServletResponse response) {
|
|
- String resoucePath = PathUtil.getResoucePath("templates/courseImportTemplate.xlsx");
|
|
|
|
|
|
+ String resoucePath = PathUtil.getResoucePath("templates/specialtyImportTemplate.xlsx");
|
|
exportFile("课程导入模板.xlsx", new File(resoucePath));
|
|
exportFile("课程导入模板.xlsx", new File(resoucePath));
|
|
}
|
|
}
|
|
|
|
|