| | |
| | | RequestParams params = new RequestParams(AppApi.BASE_URL +AppApi.Query.CHECK_IN_QUERY);
|
| | | x.http().post(params, new BaseCommonCallBack() {
|
| | | public void success() {
|
| | | List<VisitFragment.VisitQueryItem> list = getList(VisitFragment.VisitQueryItem.class);
|
| | | List<AttendanceQueryItem> list = getList(AttendanceQueryItem.class);
|
| | | String date = "";
|
| | | List itemList = new ArrayList();
|
| | | int i = 0;
|
| | | for (VisitFragment.VisitQueryItem item : list) {
|
| | | for (AttendanceQueryItem item : list) {
|
| | | if (i % 3 == 0) {
|
| | | itemList.add("2016-10-10");
|
| | | }
|