remove blank line

This commit is contained in:
Lunny Xiao 2021-07-07 13:23:50 +08:00
parent fcd0381908
commit f14a007626
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 0 additions and 2 deletions

View File

@ -471,9 +471,7 @@ func (session *Session) convertBeanField(col *schemas.Column, fieldValue *reflec
}
rawValueType := reflect.TypeOf(rawValue.Interface())
vv := reflect.ValueOf(rawValue.Interface())
fieldType := fieldValue.Type()
if col.IsJSON {