Synchronization code

This commit is contained in:
sunkaixuan 2023-11-23 16:45:43 +08:00
parent 0d66b19677
commit 7713e429ff

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)