| | |
| | | */
|
| | | public void findVisitorList(String pageNum, String name, final boolean isClear) {
|
| | | //id,名称,头像路径,联系电话,公司名称,证件编号
|
| | | RequestParams params = new RequestParams(AppApi.BASEURL+AppApi.VISITOR_LIST);
|
| | | RequestParams params = new RequestParams(AppApi.BASEURL+AppApi.CheckInQuery);
|
| | | params.addBodyParameter(VisitorQueryCondition.FieldNames.notCompanyId, BaseApplication.getInstance().getPlace().getCompanyId());
|
| | | params.addBodyParameter(VisitorQueryCondition.FieldNames.name, name);
|
| | | x.http().post(params, new BaseCommonCallBack() {
|
| | |
| | | */
|
| | | public void findVisitorList() {
|
| | | //id,名称,头像路径,联系电话,公司名称,证件编号
|
| | | RequestParams params = new RequestParams(AppApi.BASEURL+AppApi.VISITOR_LIST);
|
| | | RequestParams params = new RequestParams(AppApi.BASEURL+AppApi.CheckInQuery);
|
| | | params.addBodyParameter(VisitorQueryCondition.FieldNames.notCompanyId, BaseApplication.getInstance().getPlace().getCompanyId());
|
| | | x.http().post(params, new BaseCommonCallBack() {
|
| | | public void success() {
|
| | |
| | | * 查询被访问人员列表
|
| | | */
|
| | | public void findIntervieweeList(String pageNum, String name, final boolean isClear) {
|
| | | RequestParams params = new RequestParams(AppApi.BASEURL+AppApi.VISITOR_LIST);
|
| | | RequestParams params = new RequestParams(AppApi.BASEURL+AppApi.CheckInQuery);
|
| | | params.addBodyParameter(VisitorQueryCondition.FieldNames.companyId, BaseApplication.getInstance().getPlace().getCompanyId());
|
| | | params.addBodyParameter(VisitorQueryCondition.FieldNames.name, name);
|
| | | x.http().post(params, new BaseCommonCallBack() {
|