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