- 优化 IUpdate.Set 表达式传入匿名类更新多个字段;

This commit is contained in:
28810
2019-07-26 14:30:03 +08:00
parent 7460ffffaa
commit 4609c910dd
5 changed files with 43 additions and 24 deletions

View File

@ -48,7 +48,6 @@ public abstract class BaseEntity
{
var uow = Orm.CreateUnitOfWork();
uow.IsolationLevel = level;
UnitOfWork.Current.Value = uow;
return uow;
}
}