diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingMedicalReviewDto.cs b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingMedicalReviewDto.cs index 869eb2c2a..4e15b9937 100644 --- a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingMedicalReviewDto.cs +++ b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingMedicalReviewDto.cs @@ -174,6 +174,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto /// 文件名称 /// public string FileName { get; set; } = string.Empty; + + } public class GetMedicalReviewDialogInDto diff --git a/IRaCIS.Core.Application/Service/Reading/ReadingMedicalReviewService.cs b/IRaCIS.Core.Application/Service/Reading/ReadingMedicalReviewService.cs index a242ea3af..edc051982 100644 --- a/IRaCIS.Core.Application/Service/Reading/ReadingMedicalReviewService.cs +++ b/IRaCIS.Core.Application/Service/Reading/ReadingMedicalReviewService.cs @@ -349,7 +349,8 @@ namespace IRaCIS.Core.Application.Service x.IsCurrentUser = x.CreateUserId == _userInfo.Id; }); return (result,new { - + + IsIRReply= result.Any(x=>x.UserTypeEnumInt== (int)UserTypeEnum.IndependentReviewer)), taskMedicalReview.IsClosedDialog, }); }