mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-01 19:15:10 +08:00
MySql blukcopy bug
This commit is contained in:
parent
9116da50a1
commit
ca5edf3674
@ -48,7 +48,7 @@ namespace SqlSugar
|
||||
Array.ForEach(entity.Columns.ToArray(), p => {
|
||||
if (!p.IsIgnore&& !p.IsOnlyIgnoreInsert)
|
||||
{
|
||||
pList.Add(p.PropertyInfo); dt.Columns.Add(p.PropertyName);
|
||||
pList.Add(p.PropertyInfo); dt.Columns.Add(p.DbColumnName);
|
||||
}
|
||||
});
|
||||
DataRow row = null;
|
||||
|
Loading…
Reference in New Issue
Block a user