mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Update data filter
This commit is contained in:
@@ -624,7 +624,7 @@ namespace SqlSugar
|
||||
private void DataAop(object deleteObj)
|
||||
{
|
||||
var dataEvent = this.Context.CurrentConnectionConfig.AopEvents?.DataExecuting;
|
||||
if (deleteObj != null)
|
||||
if (deleteObj != null&& dataEvent!=null)
|
||||
{
|
||||
var model = new DataFilterModel()
|
||||
{
|
||||
|
Reference in New Issue
Block a user