|
@@ -29,7 +29,7 @@ public class SelectTenantMemberPresenter extends BasePresenter<SelectTenantMembe
|
|
|
jsonObject.put("page", 1);
|
|
|
jsonObject.put("rows", Integer.MAX_VALUE);
|
|
|
} catch (JSONException e) {
|
|
|
- throw new RuntimeException(e);
|
|
|
+ e.printStackTrace();
|
|
|
}
|
|
|
addSubscribe(create(APIService.class).getStudentPage(RequestBodyUtil.convertToRequestBodyJson(jsonObject.toString())), new BaseObserver<StudentPageListBean>(getView()) {
|
|
|
@Override
|