This commit is contained in:
sunkaixuan 2023-02-08 12:44:12 +08:00
parent 971b37daf4
commit f3d94d30c8

View File

@ -1183,7 +1183,7 @@ namespace SqlSugar
}
public SplitTableContext SplitHelper(Type entityType)
{
return this.Context.SplitHelper<T>();
return this.Context.SplitHelper(entityType);
}
public SplitTableContextResult<T> SplitHelper<T>(T data) where T : class, new()
{