| | |
| | |
|
| | | if (list == null || list.size() == 0) {
|
| | | // 抽奖
|
| | | prize = getLotteryPrize(Constant.MAX_COUNT_LOTTERY_NEWBIES, 0, countUsed, couponType);
|
| | | prize = getLotteryPrize(Constant.MAX_COUNT_LOTTERY_NEWBIES, countPrize , countUsed, couponType);
|
| | |
|
| | | } else if (list.size() == 1) {
|
| | | UserSystemCoupon userSystemCoupon = list.get(0);
|
| | |
| | | couponType = coupon.getType().name();
|
| | | }
|
| | |
|
| | | // 拥有奖品数量
|
| | | countPrize = 1;
|
| | | |
| | | // 抽奖
|
| | | prize = getLotteryPrize(Constant.MAX_COUNT_LOTTERY_NEWBIES, 0, countUsed, couponType);
|
| | | prize = getLotteryPrize(Constant.MAX_COUNT_LOTTERY_NEWBIES, countPrize, countUsed, couponType);
|
| | | }
|
| | |
|
| | | // 抽中
|