mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-02-27 06:03:09 +08:00
Update EntityInfo
This commit is contained in:
@@ -41,7 +41,7 @@ namespace SqlSugar
|
||||
}
|
||||
else
|
||||
{
|
||||
return this.Context.Root.GetConnection(attr.configId).EntityMaintenance.GetEntityInfo(type);
|
||||
return this.Context.Root.GetConnection(attr.configId).EntityMaintenance._GetEntityInfo(type);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user