mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Compatible with optimization Ignore &json
This commit is contained in:
parent
43d91014c7
commit
685b19f3df
@ -308,6 +308,8 @@ namespace SqlSugar
|
||||
column.IsIgnore = true;
|
||||
column.NoSerialize = sugarColumn.NoSerialize;
|
||||
column.ColumnDescription = sugarColumn.ColumnDescription;
|
||||
column.IsJson = sugarColumn.IsJson;
|
||||
column.IsArray = sugarColumn.IsArray;
|
||||
}
|
||||
}
|
||||
if (column.ColumnDescription.IsNullOrEmpty()) column.ColumnDescription = GetPropertyAnnotation(result.Type, column.PropertyName);
|
||||
|
Loading…
Reference in New Issue
Block a user