update 调整流程定义复制
This commit is contained in:
parent
ee3db1c806
commit
1f9fc54707
@ -129,7 +129,7 @@ public class FlwDefinitionController extends BaseController {
|
||||
* @param id 流程定义id
|
||||
*/
|
||||
@Log(title = "流程定义", businessType = BusinessType.INSERT)
|
||||
@GetMapping("/copyDef/{id}")
|
||||
@PostMapping("/copyDef/{id}")
|
||||
@Transactional(rollbackFor = Exception.class)
|
||||
public R<Boolean> copyDef(@PathVariable Long id) {
|
||||
return R.ok(defService.copyDef(id));
|
||||
|
Loading…
x
Reference in New Issue
Block a user