mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
-
This commit is contained in:
parent
971b37daf4
commit
f3d94d30c8
@ -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()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user