|
@@ -192,7 +192,7 @@ public class ClientServiceImpl implements ClientService {
|
|
throw ExceptionResultEnum.ERROR.exception("打印员不能为空");
|
|
throw ExceptionResultEnum.ERROR.exception("打印员不能为空");
|
|
}
|
|
}
|
|
if (isPrint && StringUtils.isNotBlank(examDetail.getPrintUser()) && !examDetail.getPrintUser().equals(printUser)) {
|
|
if (isPrint && StringUtils.isNotBlank(examDetail.getPrintUser()) && !examDetail.getPrintUser().equals(printUser)) {
|
|
- throw ExceptionResultEnum.ERROR.exception("该任务已被[" + examDetail.getPrintUser() + "]占用");
|
|
|
|
|
|
+ throw ExceptionResultEnum.ERROR.exception("卷袋编号[" + examDetail.getPackageCode() + "]的打印任务已被印刷员[" + examDetail.getPrintUser() + "]占用");
|
|
}
|
|
}
|
|
|
|
|
|
// 课程、试卷信息
|
|
// 课程、试卷信息
|