mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-22 20:13:41 +08:00
Optimized code
This commit is contained in:
@@ -687,8 +687,11 @@ namespace SqlSugar
|
||||
foreach (var it in managers)
|
||||
{
|
||||
var manager = it as NavigatManager<TResult>;
|
||||
manager.RootList = result;
|
||||
manager.Execute();
|
||||
if (manager != null)
|
||||
{
|
||||
manager.RootList = result;
|
||||
manager.Execute();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user