mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-15 14:04:44 +08:00
Synchronization code
This commit is contained in:
parent
0d66b19677
commit
7713e429ff
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user