Update bulkCopy bug

This commit is contained in:
sunkaixuan 2023-03-27 18:33:46 +08:00
parent bce8b154b5
commit 6267f450fa

View File

@ -82,7 +82,7 @@ namespace SqlSugar
var dr = dt.NewRow(); var dr = dt.NewRow();
foreach (var column in columns) foreach (var column in columns)
{ {
if (column.IsIgnore || column.IsOnlyIgnoreInsert) if (column.IsIgnore)
{ {
continue; continue;
} }