提交 0ec1c52a 编写于 作者: H Haojun Liao

fix(query): set ascending order of check last block.

上级 739457ad
...@@ -2309,7 +2309,7 @@ static int32_t uidComparFunc(const void* p1, const void* p2) { ...@@ -2309,7 +2309,7 @@ static int32_t uidComparFunc(const void* p1, const void* p2) {
if (pu1 == pu2) { if (pu1 == pu2) {
return 0; return 0;
} else { } else {
return (pu1 > pu2)? -1:1; return (pu1 < pu2)? -1:1;
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册