xuxiuxi
2017-04-26 ecbe68b56e1ed965395d6716818e2aef148bbb8e
VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/service/AttendanceMng.java
@@ -33,7 +33,7 @@
        RequestParams params = new RequestParams(AppApi.BASE_URL +AppApi.Query.ATTENDANCE_QUERY);
        params.addBodyParameter(AttendanceQueryCondition.FieldNames.username, searchText);
        params.addBodyParameter(CommonVariables.Page.PAGE_NUM, pageNum+"");
        params.addBodyParameter(CommonVariables.Page.PAGE_SIZE, "7");
        params.addBodyParameter(CommonVariables.Page.PAGE_SIZE, "20");
        x.http().post(params, new BaseCommonCallBack() {
            public void success() {
                List<AttendanceQueryItem> list = getList(AttendanceQueryItem.class);