mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-16 16:50:41 +08:00
Update Key
This commit is contained in:
parent
99ecf133f5
commit
dd0ebe9ff7
@ -88,7 +88,7 @@ namespace SqlSugar
|
|||||||
}
|
}
|
||||||
private dynamic GetKey()
|
private dynamic GetKey()
|
||||||
{
|
{
|
||||||
return "SqlSugarProviderScope_" + conn.CurrentConnectionConfig.ConfigId + conn.GetHashCode();
|
return "SqlSugarProviderScope_" + conn.CurrentConnectionConfig.ConfigId;
|
||||||
}
|
}
|
||||||
|
|
||||||
#region API
|
#region API
|
||||||
|
Loading…
Reference in New Issue
Block a user