|
|
@ -479,7 +479,7 @@ public class BigScreenServiceImpl implements BigScreenService { |
|
|
|
JSONArray data = ObjectUtil.isNotEmpty(devicesStatus) ? devicesStatus.getJSONArray("data") : res; |
|
|
|
for (int i = 0; i < data.size(); i++) { |
|
|
|
JSONObject object = data.getJSONObject(i); |
|
|
|
result.put(object.getString("device_code"), object); |
|
|
|
result.put("agv_" + object.getString("device_code"), object); |
|
|
|
} |
|
|
|
return result; |
|
|
|
}, pool); |
|
|
|