未验证 提交 a00b54d8 编写于 作者: M Ming Deng 提交者: GitHub

Merge pull request #4304 from gswcodeshow/develop

Fix 4298
...@@ -152,5 +152,8 @@ func (c *Condition) IsEmpty() bool { ...@@ -152,5 +152,8 @@ func (c *Condition) IsEmpty() bool {
// clone clone a condition // clone clone a condition
func (c Condition) clone() *Condition { func (c Condition) clone() *Condition {
params := make([]condValue, len(c.params))
copy(params, c.params)
c.params = params
return &c return &c
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册