ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceDocumentfilesController.java
@@ -91,7 +91,7 @@ */ @ApiOperation("修改捐献附件") @Log(title = "捐献附件", businessType = BusinessType.UPDATE) @PutMapping @PostMapping("/edit") @RepeatSubmit public AjaxResult edit(@RequestBody ServiceDocumentfiles serviceDocumentfiles) { @@ -103,7 +103,7 @@ */ @ApiOperation("删除捐献附件") @Log(title = "捐献附件", businessType = BusinessType.DELETE) @DeleteMapping("/{ids}") @GetMapping("/remove/{ids}") public AjaxResult remove(@PathVariable Long[] ids) { return toAjax(serviceDocumentfilesService.removeByIds(Arrays.asList(ids)));