@@ -64,7 +64,7 @@ public class PatentCostServiceImpl extends BaseMybatisDao<PatentCostMapper> impl
pageNo = 1;
}
- if (pageSize == null || pageSize < 0) {
+ if (pageSize == null || pageSize < 0 || pageSize > 1000) {
pageSize = 10;
return (Pagination<PatentApplicationFeeBo>) findPage("findApplicationFeeListByPage", "findApplicationFeeCount",