mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-09 10:56:50 +08:00
考试重复提交判断-测试
This commit is contained in:
@@ -55,7 +55,7 @@ public class StudyExamServiceImpl implements IStudyExamService{
|
||||
public String save(StudyExam exam) {
|
||||
String key = exam.getStudyId() + "_" + exam.getContentId();
|
||||
try {
|
||||
Thread.sleep(3000L);
|
||||
Thread.sleep(10000L);
|
||||
} catch (InterruptedException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user