|
@@ -131,7 +131,7 @@ public class MarkArbitrateHistoryServiceImpl extends ServiceImpl<MarkArbitrateHi
|
|
|
markArbitrateHistory = this.baseMapper.getArbitrateWaitingOne(examId, paperNumber, groupNumber);
|
|
|
}
|
|
|
if (markArbitrateHistory == null) {
|
|
|
- throw ExceptionResultEnum.ERROR.exception("仲裁数据异常");
|
|
|
+ throw ExceptionResultEnum.ERROR.exception("没有待仲裁数据");
|
|
|
}
|
|
|
MarkPaper markPaper = markPaperService.getByExamIdAndPaperNumber(markArbitrateHistory.getExamId(), markArbitrateHistory.getPaperNumber());
|
|
|
MarkArbitrateSettingDto markArbitrateSettingDto = new MarkArbitrateSettingDto();
|