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