From a8b458570fea9039e464150da723b9415b95a64c Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期四, 01 二月 2024 16:30:05 +0800 Subject: [PATCH] 代码提交 --- ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceDonateconsolationfundController.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceDonateconsolationfundController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceDonateconsolationfundController.java index d02041b..c370190 100644 --- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceDonateconsolationfundController.java +++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceDonateconsolationfundController.java @@ -90,7 +90,7 @@ */ @ApiOperation("淇敼璧勯噾鐢宠涓昏〃") @Log(title = "璧勯噾鐢宠涓昏〃", businessType = BusinessType.UPDATE) - @PutMapping + @PostMapping("/edit") @RepeatSubmit public AjaxResult edit(@RequestBody ServiceDonateconsolationfund serviceDonateconsolationfund) { @@ -102,7 +102,7 @@ */ @ApiOperation("鍒犻櫎璧勯噾鐢宠涓昏〃") @Log(title = "璧勯噾鐢宠涓昏〃", businessType = BusinessType.DELETE) - @DeleteMapping("/{ids}") + @GetMapping("/remove/{ids}") public AjaxResult remove(@PathVariable Long[] ids) { return toAjax(serviceDonateconsolationfundService.removeByIds(Arrays.asList(ids))); -- Gitblit v1.9.3