修改一版
parent
1057ade163
commit
b87420ebd4
|
@ -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
|
||||||
|
|
|
@ -350,6 +350,7 @@ namespace IRaCIS.Core.Application.Service
|
||||||
});
|
});
|
||||||
return (result,new {
|
return (result,new {
|
||||||
|
|
||||||
|
IsIRReply= result.Any(x=>x.UserTypeEnumInt== (int)UserTypeEnum.IndependentReviewer)),
|
||||||
taskMedicalReview.IsClosedDialog,
|
taskMedicalReview.IsClosedDialog,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue