liusheng
2023-09-09 f0f6c3b39dddf5cfdf145425687e9339453b5ba1
ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceDonateannexController.java
@@ -106,7 +106,7 @@
    @ApiOperation("修改捐献附件信息")
    //@PreAuthorize("@ss.hasPermi('project:donateannex:edit')")
    @Log(title = "捐献附件", businessType = BusinessType.UPDATE)
    @PutMapping
    @PostMapping("/edit")
    @RepeatSubmit    
    public AjaxResult edit(@RequestBody ServiceDonateannex serviceDonateannex)
    {
@@ -119,7 +119,7 @@
    @ApiOperation("删除捐献文件信息")
    //@PreAuthorize("@ss.hasPermi('project:donateannex:remove')")
    @Log(title = "捐献附件", businessType = BusinessType.DELETE)
    @DeleteMapping("/{ids}")
    @GetMapping("/remove/{ids}")
    public AjaxResult remove(@PathVariable Long[] ids)
    {
        return toAjax(serviceDonateannexService.removeByIds(Arrays.asList(ids)));