|
@@ -673,7 +673,7 @@ public class ExamController extends ControllerSupport {
|
|
|
Long examId = domain.getExamId();
|
|
|
|
|
|
ExamEntity examEntity = examRepo.findOne(examId);
|
|
|
- if (null == examEntity) {
|
|
|
+ if (null == examEntity) {
|
|
|
throw new StatusException("E-001250", "examId is wrong");
|
|
|
}
|
|
|
validateRootOrgIsolation(examEntity.getRootOrgId());
|