修改盲态任务名称

Uat_Study
he 2022-12-15 09:39:11 +08:00 committed by {872297557@qq.com}
parent a2414ee313
commit 4134c9329f
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
&& x.ReadingCategory == ReadingCategory.Visit && x.ReadingTaskState == ReadingTaskState.HaveSigned) || x.Id == visitTaskId
).OrderBy(x => x.VisitTaskNum).Select(x => new VisitTaskInfo()
{
BlindName = x.SourceSubjectVisit.BlindName,
BlindName = x.TaskBlindName,
IsBaseLine = x.SourceSubjectVisit.IsBaseLine,
VisitTaskId = x.Id,
TaskName = x.TaskName,