Commit b1768cdb authored by gaozhentao's avatar gaozhentao

预测图

parent 2977dec5
...@@ -274,7 +274,7 @@ public class Manager { ...@@ -274,7 +274,7 @@ public class Manager {
}else{ }else{
map.put("abscissa",xResult); map.put("abscissa",xResult);
map.put("ordinate",yResult); map.put("ordinate",yResult);
map.put("ordinateForecast",null); map.put("ordinateForecast",yForecast);
} }
return map; return map;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment