Uat_Study
he 2022-08-02 09:43:15 +08:00
parent c0cb7144c7
commit cc0da285dc
1 changed files with 0 additions and 1 deletions

View File

@ -1081,7 +1081,6 @@ namespace IRaCIS.Application.Services
x.SubjectId == taskInfo.SubjectId && x.SubjectId == taskInfo.SubjectId &&
x.ArmEnum== taskInfo.ArmEnum && x.ArmEnum== taskInfo.ArmEnum &&
x.Id != inDto.VisitTaskId && x.Id != inDto.VisitTaskId &&
x.ReadingCategory == taskInfo.ReadingCategory &&
x.DoctorUserId == taskInfo.DoctorUserId && x.DoctorUserId == taskInfo.DoctorUserId &&
x.ReadingTaskState == ReadingTaskState.HaveSigned&& x.ReadingTaskState == ReadingTaskState.HaveSigned&&
x.TaskState==TaskState.Effect&& x.TaskState==TaskState.Effect&&