Synchronization code

This commit is contained in:
sunkaixuan
2023-11-23 16:40:07 +08:00
parent b4fa1384bd
commit 0d66b19677

View File

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