This commit is contained in:
eson
2023-09-22 13:37:23 +08:00
parent 173fa23e80
commit ec4fe76856
2 changed files with 3 additions and 3 deletions

View File

@@ -263,7 +263,7 @@ func GetMapValueByKey(info map[string]interface{}, keys []string) (interface{},
if curMap, ok := cur.(map[string]interface{}); ok {
info = curMap
} else {
logx.Error(cur)
// logx.Error(cur)
return cur, nil
}
} else {