ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceFundflowController.java
@@ -90,7 +90,7 @@ */ @ApiOperation("修改资金审批流程") @Log(title = "资金审批流程", businessType = BusinessType.UPDATE) @PutMapping @PostMapping("/edit") @RepeatSubmit public AjaxResult edit(@RequestBody ServiceFundflow serviceFundflow) { @@ -102,7 +102,7 @@ */ @ApiOperation("删除资金审批流程") @Log(title = "资金审批流程", businessType = BusinessType.DELETE) @DeleteMapping("/{ids}") @GetMapping("/remove/{ids}") public AjaxResult remove(@PathVariable Long[] ids) { return toAjax(serviceFundflowService.removeByIds(Arrays.asList(ids)));