未验证 提交 01a0d554 编写于 作者: W w4n92h3n 提交者: GitHub

bugfix parameters don't put into methodParameters (#9599)

上级 e6148ac0
......@@ -130,6 +130,7 @@ public abstract class DynamicDirectory<T> extends AbstractDirectory<T> implement
.clearParameters()
.addParameters(queryMap)
.removeParameter(MONITOR_KEY)
.addMethodParameters(URL.toMethodParameters(queryMap)) // reset method parameters
.build();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册