From f3d94d30c8a6d368423abc2253d5ffba77d60b91 Mon Sep 17 00:00:00 2001 From: sunkaixuan <610262374@qq.com> Date: Wed, 8 Feb 2023 12:44:12 +0800 Subject: [PATCH] - --- Src/Asp.NetCore2/SqlSugar/SqlSugarClient.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/Asp.NetCore2/SqlSugar/SqlSugarClient.cs b/Src/Asp.NetCore2/SqlSugar/SqlSugarClient.cs index f5029d278..58a25ead0 100644 --- a/Src/Asp.NetCore2/SqlSugar/SqlSugarClient.cs +++ b/Src/Asp.NetCore2/SqlSugar/SqlSugarClient.cs @@ -1183,7 +1183,7 @@ namespace SqlSugar } public SplitTableContext SplitHelper(Type entityType) { - return this.Context.SplitHelper(); + return this.Context.SplitHelper(entityType); } public SplitTableContextResult SplitHelper(T data) where T : class, new() {