修改稽查

This commit is contained in:
2022-08-24 10:53:51 +08:00
parent 96a0a7c7b9
commit ba5f68037e
2 changed files with 34 additions and 8 deletions
@@ -1089,7 +1089,8 @@ namespace IRaCIS.Core.Infra.EFCore.Common
EntityName = entityName,
Data = entityObj,
//后期通过关联 就不需要把 OtherItem 并入到Data中
Data = AddJsonItem(entityObj, otherItem) ,
CommonData = AddJsonItem(generalData, otherItem)