|
@@ -457,6 +457,7 @@ public class ExamController extends ControllerSupport {
|
|
domain.setRemark(one.getRemark());
|
|
domain.setRemark(one.getRemark());
|
|
domain.setRootOrgId(one.getRootOrgId());
|
|
domain.setRootOrgId(one.getRootOrgId());
|
|
domain.setStarted(isStarted(one.getId()));
|
|
domain.setStarted(isStarted(one.getId()));
|
|
|
|
+ domain.setExamLimit(one.getExamLimit());
|
|
return domain;
|
|
return domain;
|
|
}
|
|
}
|
|
|
|
|