deason 4 năm trước cách đây
mục cha
commit
10b53dd634

+ 0 - 1
examcloud-core-examwork-api-provider/src/main/java/cn/com/qmth/examcloud/core/examwork/api/controller/ExamStudentController.java

@@ -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) {