|
|
|
@@ -532,7 +532,7 @@ public class WxVtwoPrizeDrawActivityServiceImpl extends ServiceImpl<WxVtwoPrizeD |
|
|
|
e.getOrderList().forEach(order -> { |
|
|
|
List<WxVtwoActivityGrantAward> grantAwardList = orderGrantAwardMap.get(order.getId()); |
|
|
|
WxVtwoActivityGrantAward grantAward = null; |
|
|
|
if(grantAwardList != null && !grantAwardList.isEmpty() && grantAwardList.size() <= finalI){ |
|
|
|
if(grantAwardList != null && !grantAwardList.isEmpty() && grantAwardList.size() > finalI){ |
|
|
|
grantAward = grantAwardList.get(finalI); |
|
|
|
} |
|
|
|
if(grantAward != null){ |
|
|
|
|