mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-20 18:47:35 +08:00
update Src/Asp.NetCore2/SqlSugar/Abstract/UpdateProvider/UpdateableHelper.cs.
请求将 GetPrimaryKeys 函数的 private 改为 protected Signed-off-by: WM <408452798@qq.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Data;
|
using System.Data;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
@@ -614,7 +614,7 @@ namespace SqlSugar
|
|||||||
return mappInfo == null ? propertyName : mappInfo.DbColumnName;
|
return mappInfo == null ? propertyName : mappInfo.DbColumnName;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
private List<string> GetPrimaryKeys()
|
protected List<string> GetPrimaryKeys()
|
||||||
{
|
{
|
||||||
if (this.WhereColumnList.HasValue())
|
if (this.WhereColumnList.HasValue())
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user