奥体项目增加返回数据短数的情况判断
正在显示
2 个修改的文件
包含
1 行增加
和
1 行删除
此文件的差异被折叠,
点击展开。
... | @@ -68,7 +68,7 @@ public class FmPgQueryServiceImpl implements IFmPgQueryService { | ... | @@ -68,7 +68,7 @@ public class FmPgQueryServiceImpl implements IFmPgQueryService { |
68 | if(Long.parseLong(monitorList.get(m).get("time").toString()) > todayTimeStemp){ | 68 | if(Long.parseLong(monitorList.get(m).get("time").toString()) > todayTimeStemp){ |
69 | map.put(monitorList.get(m).get("monitorId").toString(),monitorList.get(m).get("monitorValue")); | 69 | map.put(monitorList.get(m).get("monitorId").toString(),monitorList.get(m).get("monitorValue")); |
70 | }else{ | 70 | }else{ |
71 | map.put(monitorList.get(m).get("monitorId").toString(),0.00); | 71 | map.put(monitorList.get(m).get("monitorId").toString(),null); |
72 | } | 72 | } |
73 | } | 73 | } |
74 | result.add(map); | 74 | result.add(map); | ... | ... |
-
请 注册 或 登录 后发表评论