mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 22:11:36 +08:00
Update GetContext
This commit is contained in:
parent
dffce1a89d
commit
59887d929c
@ -688,7 +688,7 @@ namespace SqlSugar
|
|||||||
}
|
}
|
||||||
else if (IsSingleInstanceAsync())
|
else if (IsSingleInstanceAsync())
|
||||||
{
|
{
|
||||||
result = NoSameThreadAsync();
|
result = Synchronization();//Async no support Single Instance
|
||||||
}
|
}
|
||||||
else if (IsAsync())
|
else if (IsAsync())
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user