|
@@ -44,7 +44,9 @@ public class DrawUtil {
|
|
|
if (sdo.containsKey("id")) {
|
|
|
JSONObject result = new JSONObject();
|
|
|
String id = (String) sdo.get("id").value_prim.value;
|
|
|
+ String localId = (String) sdo.get("localId").value_prim.value;
|
|
|
result.put("id", id);
|
|
|
+ result.put("localId", localId);
|
|
|
JSONObject obj = Repository.id2object.get(id);
|
|
|
String classCode = (String) obj.get("classCode");
|
|
|
SceneDataSet infoArray = Repository.infoArrayDic.get(classCode);
|