@@ -2318,7 +2318,7 @@ public class ExamTaskServiceImpl extends ServiceImpl<ExamTaskMapper, ExamTask> i
return examTaskPaperData;
} catch (Exception e) {
e.printStackTrace();
- throw ExceptionResultEnum.ERROR.exception("解析试卷包数据失败");
+ throw ExceptionResultEnum.ERROR.exception("请在题库管理模块,试卷列表里预览试卷,核对试卷内容确认无误后点击确定");
} finally {
if (zipFile.exists()) {
FileUtil.deleteFile(zipFile);