admin
2019-03-01 c1b1fdb9e7169c5b5b1b600b0c247f765c4f45ac
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();