@ -164,7 +164,7 @@ public class TopicResourceController {
@ApiOperation("客观题导入模板下载")
@AnonymousAccess
public void downloadResource(HttpServletResponse response) {
fileUtil.download(response, "客观题导入模板.xlsx", "/module");
fileUtil.download(response, "客观题导入模板.xlsx", "/客观题导入模板.xlsx");
}
@ -242,7 +242,7 @@ public class ObjectiveApi {
fileUtil.download(response, "客观题导入模板.xlsx", filePath);
/**
@ -110,6 +110,7 @@ public class StuCaseController {
CompressUtil.compress(filePaths, zipPath, false);
File pocZipFile = new File(zipPath);
CompressUtil.downloadZip(response, zipName, pocZipFile);
pocZipFile.delete();