|
@@ -193,6 +193,13 @@ public class ExamControlController extends ControllerSupport {
|
|
examControlService.manualEndExamWithCrypto(encryptParams, user, getIp(request),
|
|
examControlService.manualEndExamWithCrypto(encryptParams, user, getIp(request),
|
|
request.getHeader(CryptoConstant.TIMESTAMP), fromBy);
|
|
request.getHeader(CryptoConstant.TIMESTAMP), fromBy);
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ @ApiOperation(value = "校验交卷冻结时间")
|
|
|
|
+ @PostMapping(value = "check/time")
|
|
|
|
+ public void checkTime() {
|
|
|
|
+ User user = getAccessUser();
|
|
|
|
+ examControlService.checkAndComputeExamDuration(user.getUserId(), false);
|
|
|
|
+ }
|
|
|
|
|
|
/**
|
|
/**
|
|
* 获取考试记录信息
|
|
* 获取考试记录信息
|