|
@@ -124,7 +124,7 @@ public class RwdObjectController {
|
|
JSONArray array = JSONArray.parseArray(JSON.toJSONString(content));
|
|
JSONArray array = JSONArray.parseArray(JSON.toJSONString(content));
|
|
if (array != null && array.size() > 0) {
|
|
if (array != null && array.size() > 0) {
|
|
JSONObject jsonObject = array.getJSONObject(0);
|
|
JSONObject jsonObject = array.getJSONObject(0);
|
|
- String objectName = jsonObject.getString("name");
|
|
|
|
|
|
+ String objectName = jsonObject.getString("localName");
|
|
jsonObject = new JSONObject();
|
|
jsonObject = new JSONObject();
|
|
jsonObject.put("objectName", objectName);
|
|
jsonObject.put("objectName", objectName);
|
|
jsonObject.put("objectId", object.getObjectId());
|
|
jsonObject.put("objectId", object.getObjectId());
|