Commit 20a598c6 by huangfusuper

修改开始调度接口

parent 8b4c3460
...@@ -85,8 +85,8 @@ public class ApiFlowController { ...@@ -85,8 +85,8 @@ public class ApiFlowController {
@PostMapping("reStartSchedule") @PostMapping("reStartSchedule")
@ApiOperation("重新开始某次调度") @ApiOperation("重新开始某次调度")
public ResponseResult reStartSchedule(String runIds){ public ResponseResult reStartSchedule(String runId){
apiFlowService.reStartSchedule(runIds); apiFlowService.reStartSchedule(runId);
return ResponseResult.ok("SUCCESS"); return ResponseResult.ok("SUCCESS");
} }
......
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