qvyuanxin
2017-07-21 bef8d3da93bc4f16b1ff11da5f41c758f4f7d70d
VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/service/sqlite/AttendanceDao.java
@@ -80,7 +80,7 @@
            }
            Integer total = null;
            while (c_count.moveToNext()) {
                total = c.getInt(c.getColumnIndex("register_id"));
                total = c.getInt(c.getColumnIndex("count"));
            }
            resultBean.setTotalPages(getTotalPageSize(total));
            resultBean.setPageNum(pageNum);
@@ -138,7 +138,7 @@
            }
            Integer total = null;
            while (c_count.moveToNext()) {
                total = c.getInt(c.getColumnIndex("register_id"));
                total = c.getInt(c.getColumnIndex("count"));
            }
            c.close();
            c_count.close();