This commit is contained in:
he
2022-04-27 17:33:45 +08:00
parent 35a9fe2878
commit 29fe343519
8 changed files with 116 additions and 4 deletions
@@ -336,7 +336,7 @@ namespace IRaCIS.Application.Services
x.Id,
x.IsEnrollment,
x.IsUrgent,
});
List<SubjectVisit> subjectVisits = new List<SubjectVisit>();
@@ -367,7 +367,6 @@ namespace IRaCIS.Application.Services
BlindName = x.BlindName,
IsBaseLine = x.IsBaseLine,
IsUrgent = false,
};