Prechádzať zdrojové kódy

Merge remote-tracking branch 'origin/dev_v3.3.4' into dev_v3.3.4

wangliang 1 rok pred
rodič
commit
1558f81010

+ 1 - 1
distributed-print-business/src/main/java/com/qmth/distributed/print/business/service/impl/ExamTaskServiceImpl.java

@@ -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);