fix PageResult bug

This commit is contained in:
Looly
2021-07-08 00:57:24 +08:00
parent ba9bfee1b6
commit 2b824561ea
4 changed files with 8 additions and 5 deletions

View File

@@ -31,7 +31,7 @@ public class PageUtil {
*
* @param customFirstPageNo 自定义的首页页码为0或者1
*/
public static void setFirstPageNo(int customFirstPageNo) {
synchronized public static void setFirstPageNo(int customFirstPageNo) {
firstPageNo = customFirstPageNo;
}