mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-23 04:23:47 +08:00
Furion Job compatible
This commit is contained in:
@@ -25,7 +25,7 @@ namespace SqlSugar
|
|||||||
var isAsync = UtilMethods.IsAnyAsyncMethod(methods);
|
var isAsync = UtilMethods.IsAnyAsyncMethod(methods);
|
||||||
if (methods.Length>=0)
|
if (methods.Length>=0)
|
||||||
{
|
{
|
||||||
foreach (var method in methods.Take(10))
|
foreach (var method in methods.Take(15))
|
||||||
{
|
{
|
||||||
var refType = method.GetMethod()?.ReflectedType;
|
var refType = method.GetMethod()?.ReflectedType;
|
||||||
if (refType != null)
|
if (refType != null)
|
||||||
|
@@ -96,7 +96,7 @@ namespace SqlSugar
|
|||||||
}
|
}
|
||||||
if (frames.Length >= 0)
|
if (frames.Length >= 0)
|
||||||
{
|
{
|
||||||
foreach (var method in frames.Take(10))
|
foreach (var method in frames.Take(15))
|
||||||
{
|
{
|
||||||
var refType = method.GetMethod()?.ReflectedType;
|
var refType = method.GetMethod()?.ReflectedType;
|
||||||
if (refType != null)
|
if (refType != null)
|
||||||
|
Reference in New Issue
Block a user