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