|
@@ -368,7 +368,6 @@ public class ExamStudentController extends ControllerSupport {
|
|
checkReq.setCourseId(cur.getCourseId());
|
|
checkReq.setCourseId(cur.getCourseId());
|
|
checkReq.setStudentId(cur.getStudentId());
|
|
checkReq.setStudentId(cur.getStudentId());
|
|
try {
|
|
try {
|
|
- // todo 优化
|
|
|
|
CheckExamIsStartedResp checkResp = examRecordCloudService.checkExamIsStarted(checkReq);
|
|
CheckExamIsStartedResp checkResp = examRecordCloudService.checkExamIsStarted(checkReq);
|
|
bean.setStarted(checkResp.getIsStarted());
|
|
bean.setStarted(checkResp.getIsStarted());
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|