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