d5379162 张雷

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

1 个父辈 62ce9588
......@@ -68,7 +68,7 @@ public class FmPgQueryServiceImpl implements IFmPgQueryService {
if(Long.parseLong(monitorList.get(m).get("time").toString()) > todayTimeStemp){
map.put(monitorList.get(m).get("monitorId").toString(),monitorList.get(m).get("monitorValue"));
}else{
map.put(monitorList.get(m).get("monitorId").toString(),0.00);
map.put(monitorList.get(m).get("monitorId").toString(),null);
}
}
result.add(map);
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!