mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 10:08:19 +08:00
Split table InitTables bug
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user