修改一版

Uat_Study
he 2022-07-06 17:33:12 +08:00
parent 1057ade163
commit b87420ebd4
2 changed files with 4 additions and 1 deletions

View File

@ -174,6 +174,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// 文件名称 /// 文件名称
/// </summary> /// </summary>
public string FileName { get; set; } = string.Empty; public string FileName { get; set; } = string.Empty;
} }
public class GetMedicalReviewDialogInDto public class GetMedicalReviewDialogInDto

View File

@ -349,7 +349,8 @@ namespace IRaCIS.Core.Application.Service
x.IsCurrentUser = x.CreateUserId == _userInfo.Id; x.IsCurrentUser = x.CreateUserId == _userInfo.Id;
}); });
return (result,new { return (result,new {
IsIRReply= result.Any(x=>x.UserTypeEnumInt== (int)UserTypeEnum.IndependentReviewer)),
taskMedicalReview.IsClosedDialog, taskMedicalReview.IsClosedDialog,
}); });
} }