xuxiuxi
2017-08-03 29ea37292f8d9476903c603ba83c4e40afa9f7f3
VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/service/sqlite/PhoneCallDao.java
@@ -69,7 +69,7 @@
            }
            Integer total = null;
            while (c_count.moveToNext()) {
                total = c.getInt(c.getColumnIndex("count"));
                total = c_count.getInt(0);
            }
            resultBean.setTotalPages(getTotalPageSize(total));
            resultBean.setPageNum(pageNum);