Uat_Study
parent
ec14e515e0
commit
57323bc3f3
|
@ -1125,7 +1125,7 @@ namespace IRaCIS.Application.Services
|
|||
|
||||
if (currentSubject == null)
|
||||
{
|
||||
throw new BusinessValidationFailedException("任务都已经完成");
|
||||
throw new BusinessValidationFailedException("当前受试者此次阅片任务已全部完成!");
|
||||
}
|
||||
|
||||
task = currentSubject.UnReadTaskList.Select(x => new GetReadingTaskDto()
|
||||
|
@ -1160,7 +1160,7 @@ namespace IRaCIS.Application.Services
|
|||
}).FirstOrDefaultAsync();
|
||||
if (task == null)
|
||||
{
|
||||
throw new BusinessValidationFailedException("任务都已经完成");
|
||||
throw new BusinessValidationFailedException("当前受试者此次阅片任务已全部完成!");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue