yujian
2019-03-01 9dedfa92c34c92d42230e151766726a8e4a7806f
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();