|
|
@@ -179,8 +179,8 @@ public class MergeData {
|
|
|
Map<String, StoreSimpleInfo> map = new HashMap<>();
|
|
|
for (Object object : jsonArray) {
|
|
|
JSONObject obj = (JSONObject) object;
|
|
|
- String uuid = obj.getString("ST_UUID");
|
|
|
- String type = obj.getString("ST_TYPE");
|
|
|
+ String uuid = obj.getString("st_uuid");
|
|
|
+ String type = obj.getString("st_type");
|
|
|
StoreSimpleInfo store = new StoreSimpleInfo();
|
|
|
store.setUuid(uuid);
|
|
|
store.setType(type);
|