mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-02-27 16:50:33 +08:00
Compatible with optimization Ignore &json
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user