|
|
|
@@ -130,7 +130,7 @@ public class WxCouponController extends BaseController { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
WxCoupon coupon = wxCouponService.findById(wxCoupon); |
|
|
|
WxCoupon coupon = wxCouponService.getById(wxCoupon.getId()); |
|
|
|
if (null == coupon) { |
|
|
|
return new ResultData(ResultData.ERROR, "券未查询到。"+wxCoupon.getId()); |
|
|
|
} |
|
|
|
|