mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-11 03:46:50 +08:00
考试重复提交判断-测试
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user