'提交代码'

dev-discount
199901012 4 years ago
parent 85b1139eca
commit dc2e703c7c
  1. 2
      hai-bweb/src/main/java/com/bweb/controller/HighCouponController.java

@ -261,7 +261,7 @@ public class HighCouponController {
public ResponseData deleteCoupon(@RequestParam(name = "id", required = true) Long id) { public ResponseData deleteCoupon(@RequestParam(name = "id", required = true) Long id) {
try { try {
highCouponService.ofShelfCoupon(id); highCouponService.deleteCoupon(id);
return ResponseMsgUtil.success("操作成功"); return ResponseMsgUtil.success("操作成功");
} catch (Exception e) { } catch (Exception e) {

Loading…
Cancel
Save