mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Merge pull request #1331 from yinchenjue/master
Update XuguDataAdapter.cs
This commit is contained in:
commit
07648239fa
@ -62,7 +62,7 @@ namespace SqlSugar.Xugu
|
||||
{
|
||||
string name = dr.GetName(i).Trim();
|
||||
//重名时的处理
|
||||
if (!columns.Contains(name)) name += i;
|
||||
if (columns.Contains(name)) name += i;
|
||||
columns.Add(new DataColumn(name, dr.GetFieldType(i)));
|
||||
}
|
||||
//填充行
|
||||
@ -95,4 +95,4 @@ namespace SqlSugar.Xugu
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user