@@ -225,6 +225,7 @@ public class ExamStudentController extends ControllerSupport {
}
ExamStudentDomain bean = new ExamStudentDomain();
+ bean.setRootOrgId(cur.getRootOrgId());
bean.setId(cur.getId());
bean.setExamId(exam.getId());
bean.setExamName(exam.getName());