d5379162 张雷

奥体项目增加返回数据短数的情况判断

1 个父辈 62ce9588
...@@ -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);
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!