Update Delete Aop

This commit is contained in:
sunkaixuan 2023-02-23 20:49:38 +08:00
parent 35b6fd3c41
commit ecc1f4b395

View File

@ -630,6 +630,7 @@ namespace SqlSugar
{
OperationType = DataFilterType.DeleteByObject,
EntityValue = deleteObj,
EntityColumnInfo=this.EntityInfo.Columns.FirstOrDefault()
};
dataEvent(deleteObj,model);
}