|
@@ -58,18 +58,14 @@ public class SpaceServiceImpl implements SpaceService {
|
|
|
public ReturnMsg getFloorCoreIndicators(IocDateParam iocDateParam) {
|
|
|
Indeicator indeicator = new Indeicator();
|
|
|
List<JSONObject> objects = indeicator.getList();
|
|
|
- objects.get(0).put("value",1.3);
|
|
|
- objects.get(0).put("compare",0.4);
|
|
|
-
|
|
|
- objects.get(1).put("value",5000);
|
|
|
- objects.get(1).put("compare",0.4);
|
|
|
-
|
|
|
- objects.get(2).put("value","项目1");
|
|
|
- objects.get(2).put("compare",60);
|
|
|
-
|
|
|
- objects.get(3).put("value","工业互联网");
|
|
|
- objects.get(3).put("compare",60);
|
|
|
- indeicator.setWorthAttention("13笔记本即将到报废年限");
|
|
|
+ objects.get(0).put("value",90);
|
|
|
+ objects.get(1).put("value",500);
|
|
|
+ objects.get(2).put("value",380);
|
|
|
+ objects.get(3).put("value",80);
|
|
|
+ objects.add(new JSONObject());
|
|
|
+ objects.add(new JSONObject());
|
|
|
+ objects.get(4).put("value",40);
|
|
|
+ objects.get(5).put("value",20);
|
|
|
indeicator.setList(objects);
|
|
|
return ReturnMsg.ok(indeicator);
|
|
|
}
|