mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-24 07:22:57 +08:00
-
This commit is contained in:
parent
971b37daf4
commit
f3d94d30c8
@ -1183,7 +1183,7 @@ namespace SqlSugar
|
|||||||
}
|
}
|
||||||
public SplitTableContext SplitHelper(Type entityType)
|
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()
|
public SplitTableContextResult<T> SplitHelper<T>(T data) where T : class, new()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user