|
|
@ -91,7 +91,7 @@ public class HighDiscountCouponRelController { |
|
|
|
@RequestMapping(value="/delete",method = RequestMethod.GET) |
|
|
|
@RequestMapping(value="/delete",method = RequestMethod.GET) |
|
|
|
@ResponseBody |
|
|
|
@ResponseBody |
|
|
|
@ApiOperation(value = "删除") |
|
|
|
@ApiOperation(value = "删除") |
|
|
|
public ResponseData delete(@RequestParam(name = "id", required = false) Long id){ |
|
|
|
public ResponseData delete(@RequestParam(name = "id", required = true) Long id){ |
|
|
|
try { |
|
|
|
try { |
|
|
|
|
|
|
|
|
|
|
|
HighDiscountCouponRel rel = highDiscountCouponRelService.getRelById(id); |
|
|
|
HighDiscountCouponRel rel = highDiscountCouponRelService.getRelById(id); |
|
|
|