liusheng
2023-11-03 b7cd70a1dc48f2cd2f5ed36d09f92c8ebcc62c8b
ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceFundflowruleController.java
@@ -90,7 +90,7 @@
     */
    @ApiOperation("修改资金审批规则")
    @Log(title = "资金审批规则", businessType = BusinessType.UPDATE)
    @PutMapping
    @PostMapping("/edit")
    @RepeatSubmit    
    public AjaxResult edit(@RequestBody ServiceFundflowrule serviceFundflowrule)
    {
@@ -102,7 +102,7 @@
     */
    @ApiOperation("删除资金审批规则")
    @Log(title = "资金审批规则", businessType = BusinessType.DELETE)
    @DeleteMapping("/{ids}")
    @GetMapping("/remove/{ids}")
    public AjaxResult remove(@PathVariable Long[] ids)
    {
        return toAjax(serviceFundflowruleService.removeByIds(Arrays.asList(ids)));