|
@@ -221,8 +221,8 @@ public class SpaceServiceImpl implements SpaceService {
|
|
jsonObject2.put("percentage", 0.58);
|
|
jsonObject2.put("percentage", 0.58);
|
|
|
|
|
|
JSONObject jsonObject3 = new JSONObject();
|
|
JSONObject jsonObject3 = new JSONObject();
|
|
- jsonObject3.put("total", 244);
|
|
|
|
- jsonObject3.put("occupancy", 94);
|
|
|
|
|
|
+ jsonObject3.put("total", 2440);
|
|
|
|
+ jsonObject3.put("occupancy", 940);
|
|
jsonObject3.put("percentage", 0.38);
|
|
jsonObject3.put("percentage", 0.38);
|
|
jsonArray.add(jsonObject);
|
|
jsonArray.add(jsonObject);
|
|
jsonArray.add(jsonObject2);
|
|
jsonArray.add(jsonObject2);
|