mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-22 20:13:41 +08:00
Synchronization code
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user