mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 04:35:29 +08:00
Optimize the code
This commit is contained in:
parent
78dae197ee
commit
48c3e0e522
@ -392,7 +392,8 @@ namespace SqlSugar
|
|||||||
TableId = i,
|
TableId = i,
|
||||||
UpdateSql = column.UpdateSql,
|
UpdateSql = column.UpdateSql,
|
||||||
UpdateServerTime = column.UpdateServerTime,
|
UpdateServerTime = column.UpdateServerTime,
|
||||||
IsPrimarykey=column.IsPrimarykey
|
IsPrimarykey=column.IsPrimarykey,
|
||||||
|
DataType=column.DataType
|
||||||
};
|
};
|
||||||
if (column.ForOwnsOnePropertyInfo != null)
|
if (column.ForOwnsOnePropertyInfo != null)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user