|
|
|
@ -162,7 +162,7 @@ public class HighCouponController { |
|
|
|
|
Map<String, Object> map = new HashMap<>(); |
|
|
|
|
map.put("highUserCoupon", coupon); |
|
|
|
|
map.put("couponInfo", highCouponService.getCouponById(coupon.getCouponId())); |
|
|
|
|
//map.put("couponCodeInfo", highCouponCodeService.getCouponCodeById(coupon.getCouponCodeId()));
|
|
|
|
|
map.put("couponCodeInfo", highCouponCodeService.getCouponCodeById(coupon.getCouponCodeId())); |
|
|
|
|
|
|
|
|
|
return ResponseMsgUtil.success(map); |
|
|
|
|
|
|
|
|
@ -190,7 +190,7 @@ public class HighCouponController { |
|
|
|
|
Map<String, Object> map = new HashMap<>(); |
|
|
|
|
map.put("highUserCoupon", userCoupon); |
|
|
|
|
map.put("couponInfo", highCouponService.getCouponById(userCoupon.getCouponId())); |
|
|
|
|
//map.put("couponCodeInfo", highCouponCodeService.getCouponCodeById(userCoupon.getCouponCodeId()));
|
|
|
|
|
map.put("couponCodeInfo", highCouponCodeService.getCouponCodeById(userCoupon.getCouponCodeId())); |
|
|
|
|
return ResponseMsgUtil.success(map); |
|
|
|
|
|
|
|
|
|
} catch (Exception e) { |
|
|
|
|