mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 10:08:19 +08:00
MySql blukcopy bug
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user