|
@@ -873,8 +873,11 @@ public class ExamCloudServiceProvider extends ControllerSupport implements ExamC
|
|
examSpecialInfo.setRootOrgId(rootOrgId);
|
|
examSpecialInfo.setRootOrgId(rootOrgId);
|
|
examSpecialInfo.setStudentId(studentId);
|
|
examSpecialInfo.setStudentId(studentId);
|
|
|
|
|
|
- examService.saveExamSpecialSettings(examSpecialInfo);
|
|
|
|
- return null;
|
|
|
|
|
|
+ ExamSpecialSettingsEntity saved = examService.saveExamSpecialSettings(examSpecialInfo);
|
|
|
|
+
|
|
|
|
+ SaveStudentSpecialSettingsResp resp = new SaveStudentSpecialSettingsResp();
|
|
|
|
+ resp.setSpecialSettingsId(saved.getId());
|
|
|
|
+ return resp;
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|