分页配置统一
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
package com.chaozhanggui.system.cashierservice.util;
|
||||
|
||||
import com.github.pagehelper.PageHelper;
|
||||
|
||||
public class PageHelperUtil {
|
||||
|
||||
/**
|
||||
* 解决页数超限 仍返回数据问题
|
||||
*/
|
||||
public static void startPage(int page, int pageSize) {
|
||||
PageHelper.startPage(page, pageSize, true, false, false);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user