-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
排序单独使用无效 #110
Comments
order by 确实无效,并且还会 count,已经解决了,会发布一个 5.1.2版本。 |
单独使用orderBy,sql使用 if 函数后台会抛异常
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
单独使用startPage有效.
单独使用orderBy没有效果.
两个一起使用是有效果的.
PageHelper.startPage(1, 10);
PageHelper.orderBy("sort asc, id asc");
The text was updated successfully, but these errors were encountered: