|
@@ -80,6 +80,10 @@ public class ExamStudentServiceImpl implements ExamStudentService {
|
|
|
ExamPaperTypeRelationRepo examPaperTypeRelationRepo;
|
|
|
|
|
|
private boolean isStarted(Long examId, Long StudentId, Long courseId) {
|
|
|
+ if (2 > 1) {
|
|
|
+ return false;
|
|
|
+ }
|
|
|
+
|
|
|
CheckExamIsStartedReq checkExamIsStartedReq = new CheckExamIsStartedReq();
|
|
|
checkExamIsStartedReq.setExamId(examId);
|
|
|
checkExamIsStartedReq.setCourseId(courseId);
|