Uat_Study
he 2022-07-06 17:36:39 +08:00
parent b87420ebd4
commit 0858615fc7
1 changed files with 1 additions and 1 deletions

View File

@ -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,
});
}