From 69ec28cf364a85763a5a9d81419332f85a60d168 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Thu, 30 Mar 2023 15:43:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Domain/Allocation/VisitTask.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IRaCIS.Core.Domain/Allocation/VisitTask.cs b/IRaCIS.Core.Domain/Allocation/VisitTask.cs index 55f7ac0a8..e53916b6e 100644 --- a/IRaCIS.Core.Domain/Allocation/VisitTask.cs +++ b/IRaCIS.Core.Domain/Allocation/VisitTask.cs @@ -305,7 +305,7 @@ namespace IRaCIS.Core.Domain.Models [Projectable] - + [JsonIgnore] public bool IsConvertedTask => Subject.SubjectVisitTaskList.Where(t => (t.TrialReadingCriterionId == TrialReadingCriterionId && t.DoctorUserId == DoctorUserId && t.BeforeConvertedTaskId != null && t.TaskState == TaskState.Effect && @@ -314,7 +314,7 @@ namespace IRaCIS.Core.Domain.Models && t.ArmEnum == ArmEnum) || BeforeConvertedTaskId != null ).Any(); - //[NotMapped] + [JsonIgnore] public List CrterionDictionaryGroup { get