|
@@ -90,7 +90,6 @@ public class WorkflowSchemaController {
|
|
|
return R.ok(workflowSchemaService.update(dto));
|
|
return R.ok(workflowSchemaService.update(dto));
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-
|
|
|
|
|
@GetMapping("/info")
|
|
@GetMapping("/info")
|
|
|
@ApiOperation(value = "获取流程详细信息")
|
|
@ApiOperation(value = "获取流程详细信息")
|
|
|
public R info(@RequestParam Long id) {
|
|
public R info(@RequestParam Long id) {
|