mirror of
https://github.com/gogf/gf.git
synced 2025-04-05 03:05:05 +08:00
up
This commit is contained in:
parent
a9953a4729
commit
c9939fcf7f
@ -338,14 +338,9 @@ func (c *Converter) doMapConvert(
|
||||
if m, ok := convertedValue.(map[string]interface{}); ok {
|
||||
return m, nil
|
||||
}
|
||||
if mustMapReturn {
|
||||
return map[string]any{}, nil
|
||||
}
|
||||
return nil, nil
|
||||
|
||||
default:
|
||||
if mustMapReturn {
|
||||
return map[string]any{}, nil
|
||||
}
|
||||
return nil, nil
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user