|
@@ -542,7 +542,10 @@ public class RealExamService {
|
|
simService.selectSimBySimId(re.getSimId()).getSimNum() +
|
|
simService.selectSimBySimId(re.getSimId()).getSimNum() +
|
|
"]进行交卷!");
|
|
"]进行交卷!");
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ // Check:检查考试状态
|
|
|
|
+ if (StringUtils.equals(re.getExamStatus(), RealExam.State.SUBMITTED)) {
|
|
|
|
+ return AjaxResult.success("已经成功交卷,跳过交卷!");
|
|
|
|
+ }
|
|
// todo:检查一下模拟器状态。
|
|
// todo:检查一下模拟器状态。
|
|
|
|
|
|
|
|
|