ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/CouponInfoController.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/CouponInfoController.java
@@ -60,7 +60,7 @@ } // 删除优惠劵 @PostMapping("/delete") @DeleteMapping("/delete") @ApiOperation(value = "优惠劵管理-删除", tags = {"管理后台-活动管理"}) public R<Void> delete(@RequestParam("id") Integer id) { couponInfoService.removeById(id);