merge master

This commit is contained in:
aiden.ma 2024-10-06 15:56:18 +08:00
parent 56d8c3292d
commit b9abed79b4

View File

@ -186,7 +186,6 @@ func buildAnonymousFieldInfo(info *fieldInfo, lowerCaseName string, ft reflect.T
func buildFieldsInfo(tp reflect.Type, fullName string, cache fieldCache) (*fieldInfo, error) {
tp = mapping.Deref(tp)
if info, ok := cache[tp]; ok {
return info, nil
}