瀏覽代碼

。。。

wangwei 6 年之前
父節點
當前提交
f3c2baa6ae

+ 1 - 1
examcloud-core-basic-api-provider/src/main/java/cn/com/qmth/examcloud/core/basic/api/controller/ExamSiteController.java

@@ -108,7 +108,7 @@ public class ExamSiteController extends ControllerSupport {
 		}
 		ExamSiteEntity course = examSiteRepo.findByRootOrgIdAndCode(rootOrgId, code);
 		if (null != course) {
-			throw new StatusException("B-620002", "考点码已被占用");
+			throw new StatusException("B-620002", "考点码已被占用");
 		}
 
 		ExamSiteInfo info = new ExamSiteInfo();