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