提交 17231c05 编写于 作者: S serge-rider

Reference value editor fix


Former-commit-id: c45465e7
上级 8db8e7be
......@@ -263,7 +263,7 @@ public class ReferenceValueEditor {
}
private void reloadSelectorValues(Object pattern) {
if (dictLoaded && CommonUtils.equalObjects(lastPattern, pattern)) {
if (dictLoaded && CommonUtils.equalObjects(String.valueOf(lastPattern), String.valueOf(pattern))) {
selectCurrentValue();
return;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册