update Src/Asp.NetCore2/SqlSugar/Abstract/UpdateProvider/UpdateableHelper.cs.

请求将 GetPrimaryKeys 函数的 private 改为 protected

Signed-off-by: WM <408452798@qq.com>
This commit is contained in:
WM
2024-09-24 12:23:28 +00:00
committed by Gitee
parent 038dd21053
commit aed4d1ae86

View File

@@ -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<string> GetPrimaryKeys()
protected List<string> GetPrimaryKeys()
{
if (this.WhereColumnList.HasValue())
{