mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 04:35:29 +08:00
Update达梦
This commit is contained in:
parent
6312496d0e
commit
846eba09cb
@ -25,7 +25,7 @@ namespace SqlSugar
|
||||
return table;
|
||||
}
|
||||
DataTable newTable = table.Clone();
|
||||
|
||||
newTable.TableName = table.TableName;
|
||||
// 替换所有 DateTimeOffset 列为 DateTime
|
||||
foreach (DataColumn column in newTable.Columns)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user