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