|
@@ -339,12 +339,14 @@ public class ArbitrateController extends BaseExamController {
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
log.error("ArbitrateController-处理仲裁卷出错", e);
|
|
log.error("ArbitrateController-处理仲裁卷出错", e);
|
|
result.accumulate("success", false);
|
|
result.accumulate("success", false);
|
|
|
|
+ result.accumulate("message", "评卷任务提交失败");
|
|
} finally {
|
|
} finally {
|
|
lockService.unwatch(LockType.GROUP, history.getExamId(), history.getSubjectCode(),
|
|
lockService.unwatch(LockType.GROUP, history.getExamId(), history.getSubjectCode(),
|
|
history.getGroupNumber());
|
|
history.getGroupNumber());
|
|
lockService.unwatch(LockType.EXAM_SUBJECT, history.getExamId(), history.getSubjectCode());
|
|
lockService.unwatch(LockType.EXAM_SUBJECT, history.getExamId(), history.getSubjectCode());
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
|
|
+ result.accumulate("message", "任务不存在或没有权限,");
|
|
result.accumulate("success", false);
|
|
result.accumulate("success", false);
|
|
}
|
|
}
|
|
return result;
|
|
return result;
|