'提交代码'

dev-discount
胡锐 4 years ago
parent 659ad7ea5f
commit d50d518157
  1. 4
      hai-cweb/src/main/java/com/cweb/controller/HighCouponController.java

@ -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) {

Loading…
Cancel
Save