|
@@ -247,8 +247,8 @@ public class HyOrderTravelPathServiceImpl extends ServiceImpl<HyOrderTravelPathM
|
|
|
}
|
|
|
if(res != null && !res.isEmpty()){
|
|
|
JSONObject jsonObject = JSONObject.parseObject(res);
|
|
|
- JSONObject jsonData = jsonObject.getJSONObject("result");
|
|
|
if (jsonObject.get("status").toString().equals("1001")) {
|
|
|
+ JSONObject jsonData = jsonObject.getJSONObject("result");
|
|
|
JSONArray jsonArray = jsonData.getJSONArray("trackArray");
|
|
|
JSONArray result = new JSONArray();
|
|
|
for (int i = 0; i < jsonArray.size(); i++) {
|