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