Uat_Study
parent
f35f3bf70f
commit
8a2545a5c4
|
@ -879,7 +879,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||||
|
|
||||||
public Guid? TrialReadingCriterionId { get; set; }
|
public Guid? TrialReadingCriterionId { get; set; }
|
||||||
|
|
||||||
public Guid? VisistTaskId { get; set; }
|
public Guid? VisitTaskId { get; set; }
|
||||||
}
|
}
|
||||||
|
|
||||||
public class GetReadingTaskDto
|
public class GetReadingTaskDto
|
||||||
|
|
|
@ -1147,7 +1147,7 @@ namespace IRaCIS.Application.Services
|
||||||
throw new BusinessValidationFailedException("当没有任务Id的时候,标准Id必传");
|
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()
|
task = await _visitTaskRepository.Where(x => x.Id == inDto.VisistTaskId).Select(x => new GetReadingTaskDto()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue