fanli/src/main/java/com/yeshi/fanli/controller/client/UserCouponController.java
@@ -474,10 +474,11 @@ couponId = systemCouponId; } if (countPrize == 1) { SystemCoupon coupon = systemCouponService.selectByPrimaryKey(systemCouponId); hasPrize = coupon.getType().name(); } } if (countPrize == 1 && couponId != null) { SystemCoupon coupon = systemCouponService.selectByPrimaryKey(couponId); hasPrize = coupon.getType().name(); } count = MAX_COUNT - 1 - list.size();