Remove trace

This commit is contained in:
Lunny Xiao 2021-07-07 14:39:48 +08:00
parent 2bdcf44401
commit 556c52ac9b
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 0 additions and 1 deletions

View File

@ -620,7 +620,6 @@ func (session *Session) convertBeanField(col *schemas.Column, fieldValue *reflec
if err != nil {
return err
}
fmt.Println("0000000", v.String())
fieldValue.Set(reflect.ValueOf(v).Elem().Convert(fieldType))
return nil
}