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