whyclxw
2024-04-28 b25b814a949d2065a61fd3167206ffb51a57af65
src/main/java/com/whyc/controller/WorkflowActionController.java
@@ -29,7 +29,7 @@
    //    return new Response().setII(1,"创建成功");
    //}
    @PutMapping
    @PostMapping
    @ApiOperation(value = "更新动作规则")
    public Response update(@RequestBody List<WorkflowAction> workflowActionList){
        service.update(workflowActionList);