考试重复提交判断-测试

This commit is contained in:
670788339
2024-05-09 16:42:01 +08:00
parent 1130c4b2be
commit 674a73ff4a

View File

@@ -55,7 +55,7 @@ public class StudyExamServiceImpl implements IStudyExamService{
public String save(StudyExam exam) { public String save(StudyExam exam) {
String key = exam.getStudyId() + "_" + exam.getContentId(); String key = exam.getStudyId() + "_" + exam.getContentId();
try { try {
Thread.sleep(3000L); Thread.sleep(10000L);
} catch (InterruptedException e) { } catch (InterruptedException e) {
e.printStackTrace(); e.printStackTrace();
} }