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