mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-11-08 18:34:55 +08:00
-
This commit is contained in:
@@ -73,6 +73,10 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
if (name.Contains("ExecuteAsync"))
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
Type attType = typeof(AsyncStateMachineAttribute);
|
Type attType = typeof(AsyncStateMachineAttribute);
|
||||||
var attrib = (AsyncStateMachineAttribute)method.GetCustomAttribute(attType);
|
var attrib = (AsyncStateMachineAttribute)method.GetCustomAttribute(attType);
|
||||||
return (attrib != null);
|
return (attrib != null);
|
||||||
|
|||||||
Reference in New Issue
Block a user