mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-23 04:23:47 +08:00
Synchronization code
This commit is contained in:
@@ -21,7 +21,9 @@ namespace SqlSugar
|
|||||||
var isSplitEntity = type.GetCustomAttribute<SplitTableAttribute>() != null;
|
var isSplitEntity = type.GetCustomAttribute<SplitTableAttribute>() != null;
|
||||||
if (isSplitEntity)
|
if (isSplitEntity)
|
||||||
{
|
{
|
||||||
|
UtilMethods.StartCustomSplitTable(this.Context, type);
|
||||||
_InitTables(type);
|
_InitTables(type);
|
||||||
|
UtilMethods.EndCustomSplitTable(this.Context, type);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user