修改稽查

Uat_Study
hang 2022-08-26 10:08:34 +08:00
parent 2daa59da7f
commit 22f04c82ba
1 changed files with 2 additions and 7 deletions

View File

@ -260,10 +260,6 @@ namespace IRaCIS.Core.Infra.EFCore.Common
}
// 既往手术史
foreach (var item in entitys.Where(x => x.Entity.GetType() == typeof(PreviousSurgery)))
{
@ -1112,9 +1108,8 @@ namespace IRaCIS.Core.Infra.EFCore.Common
//后期通过关联 就不需要把 OtherItem 并入到Data中
Data = AddJsonItem(entityObj, otherItem),
//准确来讲 此处称之为 RelationData 更贴合
CommonData = otherItem
//CommonData = AddJsonItem(generalData, otherItem)
//准确来讲 此处称之为 RelationData 更贴合 为了兼容之前的数据
CommonData = new {SiteCode= generalData.SiteCode,SubjectCode=generalData.SubjectCode},
}.ToJsonStr();