This commit is contained in:
he
2022-07-06 17:36:39 +08:00
parent b87420ebd4
commit 0858615fc7
@@ -350,7 +350,7 @@ namespace IRaCIS.Core.Application.Service
});
return (result,new {
IsIRReply= result.Any(x=>x.UserTypeEnumInt== (int)UserTypeEnum.IndependentReviewer)),
IsIRReply= result.Any(x=>x.UserTypeEnumInt== (int)UserTypeEnum.IndependentReviewer),
taskMedicalReview.IsClosedDialog,
});
}