| | |
| | | package com.bsk.zhangbo.demoforbsk.service;
|
| | |
|
| | | import com.bsk.zhangbo.demoforbsk.ui.fragment.VisitorRegisterFragment;
|
| | | import com.bsk.zhangbo.demoforbsk.ui.fragment.CheckInFragment;
|
| | | import com.bsk.zhangbo.demoforbsk.util.AppApi;
|
| | | import com.lidroid.xutils.HttpUtils;
|
| | |
|
| | |
| | | params.addBodyParameter(IntervieweeQueryCondition.FieldNames.name, name);
|
| | | x.http().post(params, new BaseCommonCallBack() {
|
| | | public void success() {
|
| | | VisitorRegisterFragment.getInstance().listChanged(getList(IntervieweeQueryItem.class), isClear);
|
| | | CheckInFragment.getInstance().listChanged(getList(IntervieweeQueryItem.class), isClear);
|
| | | }
|
| | | });
|
| | |
|