mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Optimize code
This commit is contained in:
parent
c0793a66e2
commit
606b791918
@ -97,7 +97,7 @@ namespace SqlSugar
|
||||
}
|
||||
return result;
|
||||
}
|
||||
private dynamic GetKey()
|
||||
private string GetKey()
|
||||
{
|
||||
if (!string.IsNullOrEmpty(this.initkey) &&this.initThreadMainId == GetCurrentThreadId())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user