修改仓储

Uat_Study
hang 2022-04-26 09:47:40 +08:00
parent dee2ee388d
commit f5a70d54d2
1 changed files with 3 additions and 0 deletions

View File

@ -291,6 +291,9 @@ namespace IRaCIS.Core.Infra.EFCore
TEntity applyObj = func(waitModifyEntity);
//深拷贝更新之前实体信息
//var copyObj = waitModifyEntity.Clone();
foreach (PropertyInfo prop in list)
{
object value = prop.GetValue(applyObj);