Update db.InsertByOject

This commit is contained in:
sunkaixuan
2025-12-02 16:47:11 +08:00
parent d7e59f0c9a
commit 24b6562523

View File

@@ -74,7 +74,7 @@ namespace SqlSugar
public UpdateCommonMethodInfo IgnoreNullColumns()
{
var inertable = MethodInfo.Invoke(Context, new object[] { objectValue });
var newMethod = inertable.GetType().GetMyMethod("IgnoreNullColumns", 0);
var newMethod = inertable.GetType().GetMyMethod("IgnoreColumnsNull", 0);
var result = newMethod.Invoke(inertable, new object[] { });
return new UpdateCommonMethodInfo()
{