liusheng
2023-09-12 00e066b1b6c1f2c5e94adfcf50b49cf2a3d682d0
ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceDonateflowchartController.java
@@ -97,7 +97,7 @@
    @ApiOperation("修改捐献流程")
    //@PreAuthorize("@ss.hasPermi('system:donateflowchart:edit')")
    @Log(title = "捐献流程", businessType = BusinessType.UPDATE)
    @PutMapping
    @PostMapping("/edit")
    @RepeatSubmit    
    public AjaxResult edit(@RequestBody ServiceDonateflowchart serviceDonateflowchart)
    {
@@ -110,7 +110,7 @@
    @ApiOperation("删除捐献流程")
    //@PreAuthorize("@ss.hasPermi('system:donateflowchart:remove')")
    @Log(title = "捐献流程", businessType = BusinessType.DELETE)
    @DeleteMapping("/{ids}")
    @GetMapping("/remove/{ids}")
    public AjaxResult remove(@PathVariable Long[] ids)
    {
        return toAjax(serviceDonateflowchartService.removeByIds(Arrays.asList(ids)));