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