mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-11-08 18:34:55 +08:00
Update Core
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