Uat_Study
he 2023-07-27 15:40:46 +08:00
parent e413191bf4
commit 7b10424238
1 changed files with 1 additions and 1 deletions

View File

@ -470,7 +470,7 @@ namespace IRaCIS.Application.Services
(x.TrialId == taskInfo.TrialId &&
x.SubjectId == taskInfo.SubjectId &&
x.ArmEnum == taskInfo.ArmEnum &&
x.DoctorUserId == taskInfo.DoctorUserId &&
//x.DoctorUserId == taskInfo.DoctorUserId &&
x.ReadingTaskState == ReadingTaskState.HaveSigned &&
x.TrialReadingCriterionId == taskInfo.TrialReadingCriterionId &&
x.TaskState == TaskState.Effect &&