Synchronization code

This commit is contained in:
sunkaixuan
2023-06-19 17:15:17 +08:00
parent 332fa189ac
commit bf7c75a540
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ namespace SqlSugar
var isAsync = UtilMethods.IsAnyAsyncMethod(methods);
if (methods.Length>=0)
{
foreach (var method in methods.Take(10))
foreach (var method in methods.Take(15))
{
var refType = method.GetMethod()?.ReflectedType;
if (refType != null)

View File

@@ -96,7 +96,7 @@ namespace SqlSugar
}
if (frames.Length >= 0)
{
foreach (var method in frames.Take(10))
foreach (var method in frames.Take(15))
{
var refType = method.GetMethod()?.ReflectedType;
if (refType != null)