xuxiuxi
2017-07-24 4295a61b35d97a1d83e60f43aa308e5e02353dbb
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(0);
                total = c_count.getInt(0);
            }
            resultBean.setTotalPages(getTotalPageSize(total));
            resultBean.setPageNum(pageNum);