|
@@ -148,7 +148,7 @@ public class ExamAuditController extends ControllerSupport {
|
|
|
ExamCacheTransferHelper.getDefaultCachedExamProperty(examId, ExamProperties.MARKING_TASK_BUILDED.name()).getValue();
|
|
|
if (StringUtils.isNotBlank(markingTaskBuilt) && Constants.isTrue.equals(markingTaskBuilt)) {
|
|
|
// if (!redoAuditInfo.getIsPass()) {
|
|
|
- throw new StatusException("redoAudit-005", "该考试评卷任务已生成,不能重审为不通过");
|
|
|
+ throw new StatusException("redoAudit-005", "该考试评卷任务已生成,不允许重审");
|
|
|
// }
|
|
|
}
|
|
|
examAuditService.redoAudit(redoAuditInfo, user);
|