修改
continuous-integration/drone/push Build is passing Details

IRC_NewDev
he 2024-09-06 16:31:15 +08:00
parent 6a17c2a9a8
commit c439e1bb42
1 changed files with 1 additions and 1 deletions

View File

@ -3292,7 +3292,7 @@ namespace IRaCIS.Application.Services
x.ArmEnum == taskInfo.ArmEnum &&
x.IsSelfAnalysis == taskInfo.IsSelfAnalysis &&
x.DoctorUserId == taskInfo.DoctorUserId &&
x.TaskState == TaskState.Effect).Select(x => x.Id).ToListAsync();
x.TaskState == TaskState.Effect && x.Id != taskInfo.Id).Select(x => x.Id).ToListAsync();
break;
default: