mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 22:11:36 +08:00
Update Delete Aop
This commit is contained in:
parent
35b6fd3c41
commit
ecc1f4b395
@ -630,6 +630,7 @@ namespace SqlSugar
|
||||
{
|
||||
OperationType = DataFilterType.DeleteByObject,
|
||||
EntityValue = deleteObj,
|
||||
EntityColumnInfo=this.EntityInfo.Columns.FirstOrDefault()
|
||||
};
|
||||
dataEvent(deleteObj,model);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user