Skip to content
Snippets Groups Projects
Commit c591a450 authored by pantianying's avatar pantianying
Browse files

fix code

parent f5d81fad
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ func (ef *GenericFilter) Invoke(invoker protocol.Invoker, invocation protocol.In
if oldParams, ok := oldArguments[2].([]interface{}); ok {
newParams := make([]hessian.Object, len(oldParams))
for i := range oldParams {
newParams = append(newParams, hessian.Object(struct2MapAll(oldParams[i])))
newParams = append(newParams, 0, hessian.Object(struct2MapAll(oldParams[i])))
}
newArguments := []interface{}{
oldArguments[0],
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment