mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-02-26 21:53:04 +08:00
-
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user