Compatible with furon job rep

This commit is contained in:
sunkaixuan
2023-11-23 15:32:24 +08:00
parent d176219a24
commit 1fafc2897a

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)