|
@@ -61,6 +61,7 @@ public class ExamStudentServiceImpl implements ExamStudentService {
|
|
|
getOngoingExamListReq.setExamType(ExamType.ONLINE.name());
|
|
|
getOngoingExamListReq.setRootOrgId(studentBean.getRootOrgId());
|
|
|
getOngoingExamListReq.setOrgId(studentBean.getOrgId());
|
|
|
+ getOngoingExamListReq.setStudentId(studentId);
|
|
|
GetOngoingExamListResp getOngoingExamListResp = examCloudService.getOngoingExamList(getOngoingExamListReq);
|
|
|
|
|
|
//获取学生所在组织机构的所有考试列表集合(虽然名字起的特殊考试设置,事实上取的就是实际的可考的考试列表,可能是考试中心特殊设置的考试时间,也可能不是)
|