mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
-
This commit is contained in:
@@ -323,7 +323,7 @@ namespace SqlSugar
|
||||
column.PropertyName = property.Name;
|
||||
column.PropertyInfo = property;
|
||||
column.UnderType = UtilMethods.GetUnderType(column.PropertyInfo.PropertyType);
|
||||
if (sugarColumn.IsOwnsOne)
|
||||
if (column.IsOwnsOne)
|
||||
{
|
||||
SetValueObjectColumns(result, property, column);
|
||||
}
|
||||
|
Reference in New Issue
Block a user