mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Update GetContext
This commit is contained in:
@@ -688,7 +688,7 @@ namespace SqlSugar
|
||||
}
|
||||
else if (IsSingleInstanceAsync())
|
||||
{
|
||||
result = NoSameThreadAsync();
|
||||
result = Synchronization();//Async no support Single Instance
|
||||
}
|
||||
else if (IsAsync())
|
||||
{
|
||||
|
Reference in New Issue
Block a user