Uat_Study
he 2022-11-09 11:50:23 +08:00
parent ec14e515e0
commit 57323bc3f3
1 changed files with 2 additions and 2 deletions

View File

@ -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("当前受试者此次阅片任务已全部完成!");
}
}