Update Key

This commit is contained in:
sunkaixuan 2022-04-27 18:22:00 +08:00
parent 99ecf133f5
commit dd0ebe9ff7

View File

@ -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