Skip to content

Commit 7713e42

Browse files
committed
Synchronization code
1 parent 0d66b19 commit 7713e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/Asp.Net/SqlSugar/Abstract/SugarProvider/SqlSugarCoreProvider.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ protected virtual SqlSugarClient GetContext()
2525
var isAsync = UtilMethods.IsAnyAsyncMethod(methods);
2626
if (methods.Length>=0)
2727
{
28-
foreach (var method in methods.Take(20))
28+
foreach (var method in methods.Take(25))
2929
{
3030
var refType = method.GetMethod()?.ReflectedType;
3131
if (refType != null)

0 commit comments

Comments
 (0)