|
|
@@ -171,8 +171,8 @@ public class UserIdentityServiceImpl extends BaseMybatisDao<UserIdentityMapper>
|
|
|
pNo = 1;
|
|
|
}
|
|
|
|
|
|
- if (pSize == null || pSize < 0 || pSize > 10) {
|
|
|
- pSize = 10;
|
|
|
+ if (pSize == null || pSize < 0 || pSize > 12) {
|
|
|
+ pSize = 12;
|
|
|
}
|
|
|
return (Pagination<UserSubscriberListBo>) findPage("findSearchSubscriberListByPage",
|
|
|
"findSearchSubscriberCount", params, pNo, pSize);
|