|
|
@@ -35,7 +35,6 @@ import com.me.network.app.http.rx.ResultListener;
|
|
|
import com.me.network.app.http.rx.ResultSubscriber;
|
|
|
import com.modular.booking.R;
|
|
|
import com.modular.booking.model.SBListModel;
|
|
|
-import com.modular.booking.model.TestString;
|
|
|
|
|
|
import java.util.ArrayList;
|
|
|
import java.util.HashMap;
|
|
|
@@ -486,9 +485,9 @@ public class BServiceAddActivity extends OABaseActivity implements View.OnClickL
|
|
|
JSONArray array = getJSONArray(o.toString(), "result");
|
|
|
SelectBean bean = null;
|
|
|
ArrayList<SelectBean> selectBeens = new ArrayList<SelectBean>();
|
|
|
- if (ListUtils.isEmpty(array)) {
|
|
|
- array = JSONUtil.getJSONArray(TestString.STORE_SERVICE, "result");
|
|
|
- }
|
|
|
+// if (ListUtils.isEmpty(array)) {
|
|
|
+// array = JSONUtil.getJSONArray(TestString.STORE_SERVICE, "result");
|
|
|
+// }
|
|
|
if (!ListUtils.isEmpty(array)) {
|
|
|
for (int i = 0; i < array.size(); i++) {
|
|
|
JSONObject object = array.getJSONObject(i);
|
|
|
@@ -537,9 +536,9 @@ public class BServiceAddActivity extends OABaseActivity implements View.OnClickL
|
|
|
SelectBean bean = null;
|
|
|
ArrayList<SelectBean> selectBeens = new ArrayList<SelectBean>();
|
|
|
//TODO 测试数据
|
|
|
- if (ListUtils.isEmpty(array)) {
|
|
|
- array = JSONUtil.getJSONArray(TestString.STORE_SERVICE, "result");
|
|
|
- }
|
|
|
+// if (ListUtils.isEmpty(array)) {
|
|
|
+// array = JSONUtil.getJSONArray(TestString.STORE_SERVICE, "result");
|
|
|
+// }
|
|
|
if (!ListUtils.isEmpty(array)) {
|
|
|
for (int i = 0; i < array.size(); i++) {
|
|
|
JSONObject object = array.getJSONObject(i);
|