修改一版
This commit is contained in:
@@ -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,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user