Update Core

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

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