mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-03 12:18:00 +08:00
Synchronization code
This commit is contained in:
parent
5f05c1a447
commit
db834c8d08
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user