Selaa lähdekoodia

代码修改部分

Pq 1 vuosi sitten
vanhempi
commit
aace41da32

+ 1 - 1
teacher/src/main/java/com/cooleshow/teacher/presenter/mine/SelectTenantMemberPresenter.java

@@ -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