分页 排序 拆分

This commit is contained in:
2025-02-13 15:17:50 +08:00
parent 6f66bc8d43
commit 79d1f51a3f
3 changed files with 3 additions and 3 deletions

View File

@@ -69,7 +69,7 @@ public class PageUtil {
*
* @return QueryWrapper
*/
public QueryWrapper buildPageQueryWrapper() {
public QueryWrapper buildSortQueryWrapper() {
QueryWrapper queryWrapper = QueryWrapper.create();
String orderBy = ServletUtil.getRequest().getParameter(ORDER_BY);
if (StrUtil.isNotEmpty(orderBy)) {