mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Update Delete Aop
This commit is contained in:
@@ -630,6 +630,7 @@ namespace SqlSugar
|
||||
{
|
||||
OperationType = DataFilterType.DeleteByObject,
|
||||
EntityValue = deleteObj,
|
||||
EntityColumnInfo=this.EntityInfo.Columns.FirstOrDefault()
|
||||
};
|
||||
dataEvent(deleteObj,model);
|
||||
}
|
||||
|
Reference in New Issue
Block a user