修改仓储
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user