|
|
|
@ -219,7 +219,7 @@ public class DsTaskingController extends BladeController { |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
@PostMapping("/batch-taskRedeploy") |
|
|
|
@PostMapping("/batch-taskRedeploy") |
|
|
|
@ApiOperationSupport(order = 4) |
|
|
|
@ApiOperationSupport(order = 4) |
|
|
|
@Operation(summary = "任务转派") |
|
|
|
@Operation(summary = "批量任务转派") |
|
|
|
public R batchTaskRedeploy( @RequestBody DsTaskingDTO tasking) { |
|
|
|
public R batchTaskRedeploy( @RequestBody DsTaskingDTO tasking) { |
|
|
|
return R.status(dsTaskingService.taskRedeploy(tasking)); |
|
|
|
return R.status(dsTaskingService.taskRedeploy(tasking)); |
|
|
|
} |
|
|
|
} |
|
|
|
|