Uat_Study
he 2023-03-30 16:46:43 +08:00
commit d8f7d1dcea
1 changed files with 1 additions and 1 deletions

View File

@ -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 &&