Update split table

This commit is contained in:
sunkaixuan
2023-05-28 22:43:49 +08:00
parent fa9b7aa8ce
commit 1a1ddcf8cd

View File

@@ -21,7 +21,9 @@ namespace SqlSugar
var isSplitEntity = type.GetCustomAttribute<SplitTableAttribute>() != null;
if (isSplitEntity)
{
UtilMethods.StartCustomSplitTable(this.Context, type);
_InitTables(type);
UtilMethods.EndCustomSplitTable(this.Context, type);
}
else
{