mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-06 13:47:59 +08:00
Update bulkCopy bug
This commit is contained in:
parent
bce8b154b5
commit
6267f450fa
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user