Update SqlsugarExtensions.cs
This commit is contained in:
@@ -83,7 +83,7 @@ namespace Yi.Framework.Core.Sqlsugar.Extensions
|
|||||||
}
|
}
|
||||||
db.Aop.DataExecuting = (oldValue, entityInfo) =>
|
db.Aop.DataExecuting = (oldValue, entityInfo) =>
|
||||||
{
|
{
|
||||||
|
//这里将进行审计日志
|
||||||
switch (entityInfo.OperationType)
|
switch (entityInfo.OperationType)
|
||||||
{
|
{
|
||||||
case DataFilterType.InsertByObject:
|
case DataFilterType.InsertByObject:
|
||||||
|
|||||||
Reference in New Issue
Block a user