This commit is contained in:
he
2022-09-28 17:17:25 +08:00
parent 09a158ca62
commit cf60439191
3 changed files with 6 additions and 0 deletions
@@ -189,6 +189,9 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public Guid VisitTaskId { get; set; }
public string BlindName { get; set; }
public bool IsBaseLine { get; set; }
public string TaskName { get; set; }
public decimal VisitTaskNum { get; set; }
@@ -493,6 +493,7 @@ namespace IRaCIS.Application.Services
).OrderBy(x => x.VisitTaskNum).Select(x => new VisitTaskInfo()
{
BlindName = x.SourceSubjectVisit.BlindName,
IsBaseLine=x.SourceSubjectVisit.IsBaseLine,
VisitTaskId = x.Id,
TaskName = x.TaskName,
VisitTaskNum = x.VisitTaskNum,