Uat_Study
he 2022-11-21 16:20:56 +08:00
parent f35f3bf70f
commit 8a2545a5c4
2 changed files with 2 additions and 2 deletions

View File

@ -879,7 +879,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public Guid? TrialReadingCriterionId { get; set; }
public Guid? VisistTaskId { get; set; }
public Guid? VisitTaskId { get; set; }
}
public class GetReadingTaskDto

View File

@ -1147,7 +1147,7 @@ namespace IRaCIS.Application.Services
throw new BusinessValidationFailedException("当没有任务Id的时候标准Id必传");
}
if (inDto.VisistTaskId != null)
if (inDto.VisitTaskId != null)
{
task = await _visitTaskRepository.Where(x => x.Id == inDto.VisistTaskId).Select(x => new GetReadingTaskDto()
{