提交 75bcdab4 编写于 作者: J jialinsun

fix

上级 2bdf8a32
......@@ -77,9 +77,8 @@ public class StorageSorter {
}
if (Constants.ALL.equals(domain2)) {
return 1;
} else {
return sortValue(op1, op2);
}
return sortValue(op1, op2);
} else {
return sortDomain(domain1, domain2);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册