From 06885fc38dd4e1ffbed7fe8374fa3b89fadc2fe9 Mon Sep 17 00:00:00 2001 From: "{872297557@qq.com}" <872297557@qq.com> Date: Tue, 20 Dec 2022 11:23:58 +0800 Subject: [PATCH] x --- .../Service/Inspection/DTO/InspectionModel.cs | 2 ++ IRaCIS.Core.Application/Service/Inspection/InspectionService.cs | 1 + 2 files changed, 3 insertions(+) diff --git a/IRaCIS.Core.Application/Service/Inspection/DTO/InspectionModel.cs b/IRaCIS.Core.Application/Service/Inspection/DTO/InspectionModel.cs index 72ec3dd26..2bd508c47 100644 --- a/IRaCIS.Core.Application/Service/Inspection/DTO/InspectionModel.cs +++ b/IRaCIS.Core.Application/Service/Inspection/DTO/InspectionModel.cs @@ -348,6 +348,8 @@ namespace IRaCIS.Core.Application.Service.Inspection.DTO public string TrialReadingCriterionName { get; set; } public string BlindName { get; set; } + public string TaskName { get; set; } + //public string FirstName { get; set; } = string.Empty; //public string LastName { get; set; } = string.Empty; diff --git a/IRaCIS.Core.Application/Service/Inspection/InspectionService.cs b/IRaCIS.Core.Application/Service/Inspection/InspectionService.cs index 7344cb093..47f20477f 100644 --- a/IRaCIS.Core.Application/Service/Inspection/InspectionService.cs +++ b/IRaCIS.Core.Application/Service/Inspection/InspectionService.cs @@ -95,6 +95,7 @@ namespace IRaCIS.Core.Application.Service.Inspection CreateUserId = data.CreateUserId, ModuleTypeId = leftmoduleTypec.Id, BlindName = data.VisitTask.TaskBlindName, + TaskName = data.VisitTask.TaskName, TrialId = data.TrialId, SiteId = data.SiteId, SubjectId = data.SubjectId,