修改一版
parent
1057ade163
commit
b87420ebd4
|
@ -174,6 +174,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
|||
/// 文件名称
|
||||
/// </summary>
|
||||
public string FileName { get; set; } = string.Empty;
|
||||
|
||||
|
||||
}
|
||||
|
||||
public class GetMedicalReviewDialogInDto
|
||||
|
|
|
@ -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,
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue