Synchronization code

This commit is contained in:
sunkaixuan 2023-11-23 15:58:10 +08:00
parent 5f05c1a447
commit db834c8d08

View File

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