下班提交

Uat_Study
hang 2022-08-31 18:01:17 +08:00
parent b38ea09c59
commit 50e1ba6716
2 changed files with 15 additions and 13 deletions

View File

@ -3672,13 +3672,13 @@
</member>
<member name="M:IRaCIS.Core.Application.Service.ReadingMedicalReviewService.SaveMedicineQuestion(IRaCIS.Core.Application.Service.Reading.Dto.SaveMedicineQuestionInDto)">
<summary>
保存医学审核问题
保存医学审核问题 答案
</summary>
<returns></returns>
</member>
<member name="M:IRaCIS.Core.Application.Service.ReadingMedicalReviewService.SaveMedicalReviewInfo(IRaCIS.Core.Application.Service.Reading.Dto.SaveMedicalReviewInfoInDto)">
<summary>
保存医学审核信息
保存医学审核 结论
</summary>
<param name="inDto"></param>
<returns></returns>

View File

@ -135,6 +135,14 @@ namespace IRaCIS.Core.Infra.EFCore.Common
}
#endregion
#region 已修改
// 系统文件签署 父层级未记录稽查(系统文档初始数据)
foreach (var item in entitys.Where(x => x.Entity.GetType() == typeof(SystemDocConfirmedUser)))
{
@ -308,12 +316,6 @@ namespace IRaCIS.Core.Infra.EFCore.Common
#endregion
#region 已修改
//QC 质疑
foreach (var item in entitys.Where(x => x.Entity.GetType() == typeof(QCChallenge)))
{