From aed4d1ae865a14b866243577c399a9d5ce644dc8 Mon Sep 17 00:00:00 2001 From: WM <408452798@qq.com> Date: Tue, 24 Sep 2024 12:23:28 +0000 Subject: [PATCH] =?UTF-8?q?update=20Src/Asp.NetCore2/SqlSugar/Abstract/Upd?= =?UTF-8?q?ateProvider/UpdateableHelper.cs.=20=E8=AF=B7=E6=B1=82=E5=B0=86?= =?UTF-8?q?=20GetPrimaryKeys=20=E5=87=BD=E6=95=B0=E7=9A=84=20private=20?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=20protected?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: WM <408452798@qq.com> --- .../SqlSugar/Abstract/UpdateProvider/UpdateableHelper.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Src/Asp.NetCore2/SqlSugar/Abstract/UpdateProvider/UpdateableHelper.cs b/Src/Asp.NetCore2/SqlSugar/Abstract/UpdateProvider/UpdateableHelper.cs index 6daa912f0..b084f17ff 100644 --- a/Src/Asp.NetCore2/SqlSugar/Abstract/UpdateProvider/UpdateableHelper.cs +++ b/Src/Asp.NetCore2/SqlSugar/Abstract/UpdateProvider/UpdateableHelper.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Data; using System.Linq; @@ -614,7 +614,7 @@ namespace SqlSugar return mappInfo == null ? propertyName : mappInfo.DbColumnName; } } - private List GetPrimaryKeys() + protected List GetPrimaryKeys() { if (this.WhereColumnList.HasValue()) {