Uat_Study
he 2022-09-09 15:14:52 +08:00
parent 93322582ed
commit b5687431f0
2 changed files with 2 additions and 0 deletions

View File

@ -162,6 +162,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
{
public Guid VisitTaskId { get; set; }
public string BlindName { get; set; }
public string TaskName { get; set; }
public decimal VisitTaskNum { get; set; }

View File

@ -307,6 +307,7 @@ namespace IRaCIS.Application.Services
&& x.ReadingCategory == ReadingCategory.Visit && !x.IsAnalysisCreate && x.ReadingTaskState == ReadingTaskState.HaveSigned)||x.Id== indto.VisitTaskId
).OrderBy(x => x.VisitTaskNum).Select(x => new VisitTaskInfo()
{
BlindName=x.SourceSubjectVisit.BlindName,
VisitTaskId = x.Id,
TaskName = x.TaskName,
VisitTaskNum = x.VisitTaskNum,