revert
This commit is contained in:
parent
5baba4c28b
commit
55fa6f9176
|
@ -469,7 +469,7 @@ func row2mapInterface(rows *core.Rows, fields []string) (resultsMap map[string]i
|
|||
continue
|
||||
}
|
||||
|
||||
result[key] = (*rawValue).Interface()
|
||||
result[key] = rawValue.Interface()
|
||||
}
|
||||
return result, nil
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue