VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/service/sqlite/AttendanceDao.java
@@ -79,7 +79,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); @@ -131,7 +131,7 @@ } Integer total = null; while (c_count.moveToNext()) { total = c.getInt(c.getColumnIndex("count")); total = c_count.getInt(0); } } catch (Exception e) { e.printStackTrace();