From 1eac0309587694a43808400eab311ea1a29452c2 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Sun, 24 Apr 2022 09:17:59 +0800 Subject: [PATCH] xx --- IRaCIS.Core.Application/Service/Visit/SubjectService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Visit/SubjectService.cs b/IRaCIS.Core.Application/Service/Visit/SubjectService.cs index 26577be2f..2d74372c8 100644 --- a/IRaCIS.Core.Application/Service/Visit/SubjectService.cs +++ b/IRaCIS.Core.Application/Service/Visit/SubjectService.cs @@ -66,7 +66,7 @@ namespace IRaCIS.Application.Services svlist.ForEach(t => { - t.SubjectId= mapedSubject.Id, + t.SubjectId = mapedSubject.Id; t.TrialId = subjectCommand.TrialId; t.SiteId = subjectCommand.SiteId; t.IsEnrollmentConfirm = t.IsBaseLine ? IsEnrollementQualificationConfirm : false;