@ -66,10 +66,9 @@ public class Envelop<T, J> implements Serializable{
}
public int getTotalPage() {
if (pageSize == 0){
if (0 == pageSize){
pageSize = 15;
if (totalCount % pageSize > 0) {
totalPage = totalCount / pageSize + 1;
} else {