Split table InitTables bug

This commit is contained in:
sunkaixuna
2021-11-22 17:54:41 +08:00
parent 94c57a9104
commit 70e59466b0

View File

@@ -41,7 +41,7 @@ namespace SqlSugar
this.Context.MappingTables.Add(helper.EntityInfo.EntityName, helper.EntityInfo.DbTableName); this.Context.MappingTables.Add(helper.EntityInfo.EntityName, helper.EntityInfo.DbTableName);
} }
public void InitTables<T>(Type [] types) public void InitTables(Type [] types)
{ {
foreach (var type in types) foreach (var type in types)
{ {