v3.2.802-preview20230928 #1630

This commit is contained in:
2881099
2023-09-28 12:47:43 +08:00
parent 831c13bc96
commit 1f3f60f6fa
33 changed files with 33 additions and 33 deletions

View File

@ -438,7 +438,7 @@ namespace FreeSql
if (data?.Count > 0)
{
if (cuig.Length == _table.Columns.Count - _table.Primarys.Length)
if (cuig.Length >= _table.Columns.Count - _table.Primarys.Length)
return ups.Length == data.Count ? -998 : -997;
var update = this.OrmUpdate(data.Select(a => a.Value)).IgnoreColumns(cuig);