Commit 835bcd72 authored by duanruiming's avatar duanruiming

[add] 绿波图优化

parent e210a233
...@@ -47,8 +47,8 @@ public class StrategyGreenBeltController { ...@@ -47,8 +47,8 @@ public class StrategyGreenBeltController {
@ApiResponses({ @ApiResponses({
@ApiResponse(code = 200, message = "OK", response = GreenBeltInfoVO.class), @ApiResponse(code = 200, message = "OK", response = GreenBeltInfoVO.class),
}) })
public JsonViewObject greenBeltChart(Integer greenId, Date date) throws Exception { public JsonViewObject greenBeltChart(Integer greenId) throws Exception {
GreenBeltChartVO greenBeltChartVO = strategyGreenBeltService.selectChart(greenId, date); GreenBeltChartVO greenBeltChartVO = strategyGreenBeltService.selectChart(greenId, null);
return JsonViewObject.newInstance().success(greenBeltChartVO); return JsonViewObject.newInstance().success(greenBeltChartVO);
} }
......
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