|
|
@@ -75,6 +75,7 @@ public class WxCouponController extends BaseController { |
|
|
return couponList(wxCoupon, pageNum, pageSize, isList); |
|
|
return couponList(wxCoupon, pageNum, pageSize, isList); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@TenantIgnore |
|
|
@ApiOperation("父券分页列表接口") |
|
|
@ApiOperation("父券分页列表接口") |
|
|
@GetMapping("parentCouponList") |
|
|
@GetMapping("parentCouponList") |
|
|
@ApiImplicitParams({ |
|
|
@ApiImplicitParams({ |
|
|
@@ -407,6 +408,7 @@ public class WxCouponController extends BaseController { |
|
|
return new ResultData(wxCouponService.getVoById(id,getTenantInfo().getTenantId())); |
|
|
return new ResultData(wxCouponService.getVoById(id,getTenantInfo().getTenantId())); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@TenantIgnore |
|
|
@ApiOperation("根据id查询接口") |
|
|
@ApiOperation("根据id查询接口") |
|
|
@GetMapping("/findParentCouponById") |
|
|
@GetMapping("/findParentCouponById") |
|
|
@ApiImplicitParam(name = "id", value = "id", dataType = "Long", paramType = "query", required = true) |
|
|
@ApiImplicitParam(name = "id", value = "id", dataType = "Long", paramType = "query", required = true) |
|
|
|