瀏覽代碼

文字调整

lideyin 4 年之前
父節點
當前提交
346ba538de

+ 1 - 1
examcloud-exchange-outer-service/src/main/java/cn/com/qmth/examcloud/exchange/outer/service/impl/OutletPaperStructServiceImpl.java

@@ -60,7 +60,7 @@ public class OutletPaperStructServiceImpl implements OutletPaperStructService {
 
         //需求调整20200904:考试下某课程存在多套试卷时,直接给出错误提示,101444这个错误码有外部使用,不要随便修改
         if (extractConfig.getDetails().size() > 1) {
-            throw new StatusException("101444", "当前课程下存在多套试卷");
+            throw new StatusException("101444", String.format("当前考试课程代码为:%s的试卷规则中存在多套试卷",courseCode));
         }
 
         // 默认选取调卷规则中的任意一份试卷