工业级运维app手机api
fengxiang
2017-11-15 b8e86e2b44b796ced6f8fa557dfee532749dcc6c
src/main/java/com/moral/monitor/controller/Dashboard.java
@@ -357,7 +357,7 @@
        for (History a:historys){
            String format = sdf.format(a.getTime());
            xtime.add(format);
            yvalue.add(a.getMacValue());
            yvalue.add(a.getMac_value());
        }
        s.put("xtime",xtime);
        s.put("yvalue",yvalue);