|
|
@ -120,7 +120,7 @@ namespace SqlSugar |
|
|
|
} |
|
|
|
} |
|
|
|
else if (!isGemo && columnInfo.IsJson && columnInfo.PropertyInfo.PropertyType != UtilConstants.StringType) |
|
|
|
{ //json
|
|
|
|
{ //json is struct
|
|
|
|
if (this.ReaderKeys.Any(it => it.Equals(fileName, StringComparison.CurrentCultureIgnoreCase))) |
|
|
|
{ |
|
|
|
BindClass(generator, result, columnInfo, ReaderKeys.First(it => it.Equals(fileName, StringComparison.CurrentCultureIgnoreCase))); |
|
|
|