diff --git a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs index 4413d5143..b571cf4da 100644 --- a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs +++ b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs @@ -1089,9 +1089,11 @@ namespace IRaCIS.Core.Infra.EFCore.Common EntityName = entityName, + //Data 仅仅记录稽查实体的信息 CommonData 存放关联数据的信息(特殊情况下会单独赋值) //后期通过关联 就不需要把 OtherItem 并入到Data中 Data = AddJsonItem(entityObj, otherItem) , + //准确来讲 此处称之为 RelationData 更贴合 CommonData = AddJsonItem(generalData, otherItem) }.ToJsonStr();